diff options
author | phk <phk@FreeBSD.org> | 2006-07-17 09:07:02 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2006-07-17 09:07:02 +0000 |
commit | 0f924547b0b94c68712dbdc29b14c1c063d1fda9 (patch) | |
tree | 512763ef9035836fe344023d1c28f1a46dcde8f9 /sys/fs/devfs/devfs_rule.c | |
parent | 9c55065deab9f014361307109583179c6ccfe0d2 (diff) | |
download | FreeBSD-src-0f924547b0b94c68712dbdc29b14c1c063d1fda9.zip FreeBSD-src-0f924547b0b94c68712dbdc29b14c1c063d1fda9.tar.gz |
Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists in
DEVFS.
Remove the opt_devfs.h file now that it is empty.
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 bfd23b7..a0caad9 100644 --- a/sys/fs/devfs/devfs_rule.c +++ b/sys/fs/devfs/devfs_rule.c @@ -62,8 +62,6 @@ * know the convention). */ -#include "opt_devfs.h" - #include <sys/param.h> #include <sys/systm.h> #include <sys/conf.h> |