summaryrefslogtreecommitdiffstats
path: root/sys/modules/procfs
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1998-07-25 15:52:44 +0000
committeralex <alex@FreeBSD.org>1998-07-25 15:52:44 +0000
commit4ab63c85e2b7f510cf1f2fd15814a9d3266456f9 (patch)
treec3dd08a3bc457d651efdf9371a09ede217be0817 /sys/modules/procfs
parent4c90ac575dd4d3a2758951098f5c2774ddd5b3ee (diff)
downloadFreeBSD-src-4ab63c85e2b7f510cf1f2fd15814a9d3266456f9.zip
FreeBSD-src-4ab63c85e2b7f510cf1f2fd15814a9d3266456f9.tar.gz
Override the default VFS LKM dispatch functions so that a module
unload function can be provided (this is necessary to unregister the at_exit handler).
Diffstat (limited to 'sys/modules/procfs')
-rw-r--r--sys/modules/procfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile
index d0a8b0a..5eca69b 100644
--- a/sys/modules/procfs/Makefile
+++ b/sys/modules/procfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.9 1998/06/30 16:09:28 sos Exp $
+# $Id: Makefile,v 1.10 1998/07/01 17:02:57 bde Exp $
.PATH: ${.CURDIR}/../../sys/miscfs/procfs
KMOD= procfs_mod
@@ -6,7 +6,7 @@ SRCS= opt_vmpage.h procfs_ctl.c procfs_map.c procfs_note.c procfs_status.c \
procfs_subr.c procfs_type.c procfs_vfsops.c procfs_vnops.c
NOMAN=
VFS_LKM=
-CFLAGS+= -DPROCFS
+CFLAGS+= -DPROCFS -DVFS_LKM_NO_DEFAULT_DISPATCH
CLEANFILES+= opt_vmpage.h
opt_vmpage.h:
OpenPOWER on IntegriCloud