Module Name:    src
Committed By:   jym
Date:           Sun Jul 25 11:25:57 UTC 2010

Modified Files:
        src/sys/compat/mach: mach_exec.c

Log Message:
Add reference to mach_syscallnames. Spotted by compiling ALL.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/compat/mach/mach_exec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/compat/mach/mach_exec.c
diff -u src/sys/compat/mach/mach_exec.c:1.73 src/sys/compat/mach/mach_exec.c:1.74
--- src/sys/compat/mach/mach_exec.c:1.73	Wed Jul  7 01:30:36 2010
+++ src/sys/compat/mach/mach_exec.c	Sun Jul 25 11:25:57 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: mach_exec.c,v 1.73 2010/07/07 01:30:36 chs Exp $	 */
+/*	$NetBSD: mach_exec.c,v 1.74 2010/07/25 11:25:57 jym Exp $	 */
 
 /*-
  * Copyright (c) 2001-2003 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mach_exec.c,v 1.73 2010/07/07 01:30:36 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mach_exec.c,v 1.74 2010/07/25 11:25:57 jym Exp $");
 
 #include "opt_syscall_debug.h"
 
@@ -59,6 +59,7 @@
 static void mach_init(void);
 
 extern struct sysent sysent[];
+extern const char * const mach_syscallnames[];
 #ifndef __HAVE_SYSCALL_INTERN
 void syscall(void);
 #else

Reply via email to