Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/darwin Fix build failed.



details:   https://anonhg.NetBSD.org/src/rev/30129ea2d910
branches:  trunk
changeset: 762662:30129ea2d910
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Fri Feb 25 09:54:23 2011 +0000

description:
Fix build failed.
  Need separator `,'.

diffstat:

 sys/compat/darwin/darwin_exec.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7bddc5002f54 -r 30129ea2d910 sys/compat/darwin/darwin_exec.c
--- a/sys/compat/darwin/darwin_exec.c   Fri Feb 25 09:16:00 2011 +0000
+++ b/sys/compat/darwin/darwin_exec.c   Fri Feb 25 09:54:23 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index