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_vfsops.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_vfsops.c')
-rw-r--r-- | sys/fs/devfs/devfs_vfsops.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/fs/devfs/devfs_vfsops.c b/sys/fs/devfs/devfs_vfsops.c index ecca629..17db07a 100644 --- a/sys/fs/devfs/devfs_vfsops.c +++ b/sys/fs/devfs/devfs_vfsops.c @@ -34,8 +34,6 @@ * $FreeBSD$ */ -#include "opt_devfs.h" - #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> |