Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/svr4 add missing glue file, otherwise the emulati...
details: https://anonhg.NetBSD.org/src/rev/1293079b6f45
branches: trunk
changeset: 752098:1293079b6f45
user: drochner <drochner%NetBSD.org@localhost>
date: Sun Feb 14 11:54:03 2010 +0000
description:
add missing glue file, otherwise the emulation will not work if
compiled into the kernel (and the module loader will load another
instance, causing symbol duplication)
diffstat:
sys/compat/svr4/files.svr4 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r c1b4e17b3e7c -r 1293079b6f45 sys/compat/svr4/files.svr4
--- a/sys/compat/svr4/files.svr4 Sun Feb 14 11:09:54 2010 +0000
+++ b/sys/compat/svr4/files.svr4 Sun Feb 14 11:54:03 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.svr4,v 1.16 2006/04/02 06:34:18 macallan Exp $
+# $NetBSD: files.svr4,v 1.17 2010/02/14 11:54:03 drochner Exp $
#
# Config file description for machine-independent SVR4 compat code.
# Included by ports that need it.
@@ -16,6 +16,7 @@
file compat/svr4/svr4_ipc.c compat_svr4
file compat/svr4/svr4_lwp.c compat_svr4
file compat/svr4/svr4_misc.c compat_svr4
+file compat/svr4/svr4_mod.c compat_svr4
file compat/svr4/svr4_net.c compat_svr4
file compat/svr4/svr4_resource.c compat_svr4
file compat/svr4/svr4_schedctl.c compat_svr4
Home |
Main Index |
Thread Index |
Old Index