add missing initializers

This commit is contained in:
christos 2006-09-03 06:28:16 +00:00
parent 48c3e87853
commit 59d19c4947
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: svr4_exec.c,v 1.57 2005/12/11 12:20:26 christos Exp $ */
/* $NetBSD: svr4_exec.c,v 1.58 2006/09/03 06:28:16 christos Exp $ */
/*-
* Copyright (c) 1994, 2000 The NetBSD Foundation, Inc.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: svr4_exec.c,v 1.57 2005/12/11 12:20:26 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: svr4_exec.c,v 1.58 2006/09/03 06:28:16 christos Exp $");
#if defined(_KERNEL_OPT)
#include "opt_syscall_debug.h"
@ -102,4 +102,6 @@ const struct emul emul_svr4 = {
NULL,
uvm_default_mapaddr,
NULL, /* e_usertrap */
NULL, /* e_sa */
};