diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-01-29 22:36:45 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-01-29 22:36:45 +0000 |
| commit | 6718b083be8bac963395b6529d42c9f4d5fd8e21 (patch) | |
| tree | 815b522af68a72c6137cf003425bef50d402781e /sys/fs/devfs/devfs_rule.c | |
| parent | eddf67296ea6a53bd1d98cc2f0582df89e3c0bb3 (diff) | |
Notes
Diffstat (limited to 'sys/fs/devfs/devfs_rule.c')
| -rw-r--r-- | sys/fs/devfs/devfs_rule.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |
