Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/netbsd32 Missed these.
details: https://anonhg.NetBSD.org/src/rev/7a799648f8b8
branches: trunk
changeset: 342033:7a799648f8b8
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Thu Dec 03 11:25:45 2015 +0000
description:
Missed these.
Only include the compat_14 sys calls if this being compiled as part of
the compat_netbsd32_sysvipc module.
diffstat:
sys/compat/netbsd32/files.netbsd32 | 4 +++-
sys/compat/netbsd32/netbsd32_compat_14.c | 9 +++++++--
2 files changed, 10 insertions(+), 3 deletions(-)
diffs (39 lines):
diff -r e68f18d0533a -r 7a799648f8b8 sys/compat/netbsd32/files.netbsd32
--- a/sys/compat/netbsd32/files.netbsd32 Thu Dec 03 10:42:12 2015 +0000
+++ b/sys/compat/netbsd32/files.netbsd32 Thu Dec 03 11:25:45 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.netbsd32,v 1.37 2015/12/01 23:38:34 pgoyette Exp $
+# $NetBSD: files.netbsd32,v 1.38 2015/12/03 11:25:45 pgoyette Exp $
#
# config file description for machine-independent netbsd32 compat code.
# included by ports that need it.
@@ -40,4 +40,6 @@
file compat/netbsd32/netbsd32_compat_30.c compat_netbsd32 & compat_30
file compat/netbsd32/netbsd32_compat_43.c compat_netbsd32 & (compat_43 | compat_sunos | compat_linux32)
file compat/netbsd32/netbsd32_compat_50.c compat_netbsd32 & compat_50
+file compat/netbsd32/netbsd32_compat_50_sysv.c compat_netbsd32 & compat_50 &
+ (sysvmsg | sysvsem | sysvshm)
file compat/netbsd32/netbsd32_compat_60.c compat_netbsd32 & compat_60
diff -r e68f18d0533a -r 7a799648f8b8 sys/compat/netbsd32/netbsd32_compat_14.c
--- a/sys/compat/netbsd32/netbsd32_compat_14.c Thu Dec 03 10:42:12 2015 +0000
+++ b/sys/compat/netbsd32/netbsd32_compat_14.c Thu Dec 03 11:25:45 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_compat_14.c,v 1.22 2015/12/03 10:38:21 pgoyette Exp $ */
+/* $NetBSD: netbsd32_compat_14.c,v 1.23 2015/12/03 11:25:45 pgoyette Exp $ */
/*
* Copyright (c) 1999 Eduardo E. Horvath
@@ -29,7 +29,12 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_14.c,v 1.22 2015/12/03 10:38:21 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_14.c,v 1.23 2015/12/03 11:25:45 pgoyette Exp $");
+
+#ifdef _KERNEL_OPT
+#include "opt_sysv.h"
+#include "opt_compat_netbsd.h"
+#endif
#ifdef _KERNEL_OPT
#include "opt_sysv.h"
Home |
Main Index |
Thread Index |
Old Index