Make this compile.

- does darwin_sysctl() need to be gc'ed?
- does the darwin root node need to be in struct emul?
- does struct emul need a root sysctl node?
This commit is contained in:
christos 2003-12-05 17:34:56 +00:00
parent 9038f863f4
commit 91fec5ebba
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: darwin_exec.c,v 1.26 2003/12/03 20:24:51 manu Exp $ */
/* $NetBSD: darwin_exec.c,v 1.27 2003/12/05 17:34:56 christos Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -38,7 +38,7 @@
#include "opt_compat_darwin.h" /* For COMPAT_DARWIN in mach_port.h */
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: darwin_exec.c,v 1.26 2003/12/03 20:24:51 manu Exp $");
__KERNEL_RCSID(0, "$NetBSD: darwin_exec.c,v 1.27 2003/12/05 17:34:56 christos Exp $");
#include "opt_syscall_debug.h"
@ -130,7 +130,7 @@ const struct emul emul_darwin = {
#else
syscall,
#endif
darwin_sysctl,
NULL,
NULL,
};