Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/netbsd32 we need compat_sysv now.



details:   https://anonhg.NetBSD.org/src/rev/f83b998a0e8f
branches:  trunk
changeset: 338878:f83b998a0e8f
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jun 13 22:17:04 2015 +0000

description:
we need compat_sysv now.

diffstat:

 sys/compat/netbsd32/netbsd32_mod.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 22a9ad36a205 -r f83b998a0e8f sys/compat/netbsd32/netbsd32_mod.c
--- a/sys/compat/netbsd32/netbsd32_mod.c        Sat Jun 13 20:38:52 2015 +0000
+++ b/sys/compat/netbsd32/netbsd32_mod.c        Sat Jun 13 22:17:04 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_mod.c,v 1.5 2014/07/22 08:18:33 maxv Exp $    */
+/*     $NetBSD: netbsd32_mod.c,v 1.6 2015/06/13 22:17:04 christos Exp $        */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -30,13 +30,13 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_mod.c,v 1.5 2014/07/22 08:18:33 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_mod.c,v 1.6 2015/06/13 22:17:04 christos Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_execfmt.h"
-# define       DEPS1   "compat"
+# define       DEPS1   "compat,compat_sysv"
 #else
-# define       DEPS1   "compat,ksem"
+# define       DEPS1   "compat,compat_sysv,ksem"
 #endif
 
 #ifndef ELFSIZE



Home | Main Index | Thread Index | Old Index