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/574bcf149782
branches: trunk
changeset: 809020:574bcf149782
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 7495e1e934dc -r 574bcf149782 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