Module Name:    src
Committed By:   kiyohara
Date:           Fri Feb 25 09:54:23 UTC 2011

Modified Files:
        src/sys/compat/darwin: darwin_exec.c

Log Message:
Fix build failed.
  Need separator `,'.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/compat/darwin/darwin_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/darwin/darwin_exec.c
diff -u src/sys/compat/darwin/darwin_exec.c:1.61 src/sys/compat/darwin/darwin_exec.c:1.62
--- src/sys/compat/darwin/darwin_exec.c:1.61	Wed Jul  7 01:30:32 2010
+++ src/sys/compat/darwin/darwin_exec.c	Fri Feb 25 09:54:23 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: darwin_exec.c,v 1.61 2010/07/07 01:30:32 chs Exp $ */
+/*	$NetBSD: darwin_exec.c,v 1.62 2011/02/25 09:54:23 kiyohara Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -31,7 +31,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.61 2010/07/07 01:30:32 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: darwin_exec.c,v 1.62 2011/02/25 09:54:23 kiyohara Exp $");
 
 #include "opt_syscall_debug.h"
 #include "wsdisplay.h"
@@ -95,7 +95,7 @@
 	.e_path =		"/emul/darwin",
 #ifndef __HAVE_MINIMAL_EMUL
 	.e_flags =		0,
-	.e_errno =		NULL
+	.e_errno =		NULL,
 	.e_nosys =		DARWIN_SYS_syscall,
 	.e_nsysent =		DARWIN_SYS_NSYSENT,
 #endif

Reply via email to