Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/darwin make this compile again.



details:   https://anonhg.NetBSD.org/src/rev/c511d767169b
branches:  trunk
changeset: 556185:c511d767169b
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Dec 09 00:48:54 2003 +0000

description:
make this compile again.

diffstat:

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

diffs (26 lines):

diff -r 28850a170a79 -r c511d767169b sys/compat/darwin/darwin_exec.c
--- a/sys/compat/darwin/darwin_exec.c   Mon Dec 08 23:57:13 2003 +0000
+++ b/sys/compat/darwin/darwin_exec.c   Tue Dec 09 00:48:54 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: darwin_exec.c,v 1.28 2003/12/05 21:12:42 jdolecek Exp $ */
+/*     $NetBSD: darwin_exec.c,v 1.29 2003/12/09 00:48:54 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.28 2003/12/05 21:12:42 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: darwin_exec.c,v 1.29 2003/12/09 00:48:54 christos Exp $");
 
 #include "opt_syscall_debug.h"
 
@@ -130,7 +130,6 @@
        syscall,
 #endif
        NULL,
-       NULL,
 };
 
 /*



Home | Main Index | Thread Index | Old Index