aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-01-29 22:36:45 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-01-29 22:36:45 +0000
commit6718b083be8bac963395b6529d42c9f4d5fd8e21 (patch)
tree815b522af68a72c6137cf003425bef50d402781e /sys/fs
parenteddf67296ea6a53bd1d98cc2f0582df89e3c0bb3 (diff)
Notes
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/devfs/devfs_devs.c2
-rw-r--r--sys/fs/devfs/devfs_rule.c2
-rw-r--r--sys/fs/devfs/devfs_vfsops.c2
-rw-r--r--sys/fs/devfs/devfs_vnops.c2
4 files changed, 0 insertions, 8 deletions
diff --git a/sys/fs/devfs/devfs_devs.c b/sys/fs/devfs/devfs_devs.c
index dfd712063c8f..75ef5737cabe 100644
--- a/sys/fs/devfs/devfs_devs.c
+++ b/sys/fs/devfs/devfs_devs.c
@@ -31,7 +31,6 @@
#include "opt_devfs.h"
#include "opt_mac.h"
-#ifndef NODEVFS
#include <sys/param.h>
#include <sys/systm.h>
@@ -455,4 +454,3 @@ devfs_init(void *junk)
SYSINIT(devfs, SI_SUB_DEVFS, SI_ORDER_FIRST, devfs_init, NULL);
-#endif
diff --git a/sys/fs/devfs/devfs_rule.c b/sys/fs/devfs/devfs_rule.c
index 34dd32717a90..1da70197db3a 100644
--- a/sys/fs/devfs/devfs_rule.c
+++ b/sys/fs/devfs/devfs_rule.c
@@ -63,7 +63,6 @@
*/
#include "opt_devfs.h"
-#ifndef NODEVFS
#include <sys/param.h>
#include <sys/systm.h>
@@ -829,4 +828,3 @@ devfs_ruleset_use(devfs_rsnum rsnum, struct devfs_mount *dm)
return (0);
}
-#endif /* !NODEVFS */
diff --git a/sys/fs/devfs/devfs_vfsops.c b/sys/fs/devfs/devfs_vfsops.c
index 4c32ffaff9a0..26b0deb7cac6 100644
--- a/sys/fs/devfs/devfs_vfsops.c
+++ b/sys/fs/devfs/devfs_vfsops.c
@@ -36,7 +36,6 @@
#include "opt_devfs.h"
#include "opt_mac.h"
-#ifndef NODEVFS
#include <sys/param.h>
#include <sys/systm.h>
@@ -207,4 +206,3 @@ static struct vfsops devfs_vfsops = {
};
VFS_SET(devfs_vfsops, devfs, VFCF_SYNTHETIC);
-#endif
diff --git a/sys/fs/devfs/devfs_vnops.c b/sys/fs/devfs/devfs_vnops.c
index 16d40a36ede5..db6e475c7228 100644
--- a/sys/fs/devfs/devfs_vnops.c
+++ b/sys/fs/devfs/devfs_vnops.c
@@ -43,7 +43,6 @@
#include <opt_devfs.h>
#include <opt_mac.h>
-#ifndef NODEVFS
#include <sys/param.h>
#include <sys/systm.h>
@@ -917,4 +916,3 @@ static struct vnodeopv_desc devfs_specop_opv_desc =
{ &devfs_specop_p, devfs_specop_entries };
VNODEOP_SET(devfs_specop_opv_desc);
-#endif