Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lkm/vfs/miscfs/procfs Make the "procfs" LKM work again b...
details: https://anonhg.NetBSD.org/src/rev/5331379ff39a
branches: trunk
changeset: 503220:5331379ff39a
user: tron <tron%NetBSD.org@localhost>
date: Sat Feb 03 09:19:45 2001 +0000
description:
Make the "procfs" LKM work again by including "procfs_map.c" in the
build.
diffstat:
sys/lkm/vfs/miscfs/procfs/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r e6d075dc321a -r 5331379ff39a sys/lkm/vfs/miscfs/procfs/Makefile
--- a/sys/lkm/vfs/miscfs/procfs/Makefile Sat Feb 03 08:24:07 2001 +0000
+++ b/sys/lkm/vfs/miscfs/procfs/Makefile Sat Feb 03 09:19:45 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/01/17 00:09:31 fvdl Exp $
+# $NetBSD: Makefile,v 1.12 2001/02/03 09:19:45 tron Exp $
.include "../Makefile.inc"
@@ -11,6 +11,6 @@
SRCS= lkminit_vfs.c
SRCS+= procfs_ctl.c procfs_note.c procfs_status.c procfs_subr.c
SRCS+= procfs_vfsops.c procfs_vnops.c procfs_cmdline.c procfs_linux.c
-SRCS+= procfs_machdep.c
+SRCS+= procfs_machdep.c procfs_map.c
.include <bsd.kmod.mk>
Home |
Main Index |
Thread Index |
Old Index