diff options
author | phk <phk@FreeBSD.org> | 1999-08-08 18:43:05 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1999-08-08 18:43:05 +0000 |
commit | e938d317d57f5bdbcd03330bb1290da29802187d (patch) | |
tree | 3c9ed3dde7ffaca65d359ae0e230b6e3e4e6f8ca /sys/gnu/ext2fs/ext2_vfsops.c | |
parent | 909603ec05eff128d9bdd1107a650a817c460e20 (diff) | |
download | FreeBSD-src-e938d317d57f5bdbcd03330bb1290da29802187d.zip FreeBSD-src-e938d317d57f5bdbcd03330bb1290da29802187d.tar.gz |
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
a few lines into <sys/vnode.h>.
Add a few fields to struct specinfo, paving the way for the fun part.
Diffstat (limited to 'sys/gnu/ext2fs/ext2_vfsops.c')
-rw-r--r-- | sys/gnu/ext2fs/ext2_vfsops.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/gnu/ext2fs/ext2_vfsops.c b/sys/gnu/ext2fs/ext2_vfsops.c index db93539..32df655 100644 --- a/sys/gnu/ext2fs/ext2_vfsops.c +++ b/sys/gnu/ext2fs/ext2_vfsops.c @@ -55,8 +55,6 @@ #include <sys/malloc.h> #include <sys/stat.h> -#include <miscfs/specfs/specdev.h> - #include <ufs/ufs/quota.h> #include <ufs/ufs/ufsmount.h> #include <ufs/ufs/inode.h> |