diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-01-20 03:44:07 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-01-20 03:44:07 +0000 |
commit | 7da876cb7a6c1bad0050ced651ea548c4bd16124 (patch) | |
tree | aef7ee4ec59a8ba3167a9ebe824d51530b50538c /sys/ufs/ext2fs/ext2fs_subr.c | |
parent | c538171bce521442f0eac5fff7ba928c1822dc6d (diff) |
some pieces of ufs2. help testing otto sturm
Diffstat (limited to 'sys/ufs/ext2fs/ext2fs_subr.c')
-rw-r--r-- | sys/ufs/ext2fs/ext2fs_subr.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/ufs/ext2fs/ext2fs_subr.c b/sys/ufs/ext2fs/ext2fs_subr.c index 09609235ce0..1640db5c853 100644 --- a/sys/ufs/ext2fs/ext2fs_subr.c +++ b/sys/ufs/ext2fs/ext2fs_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ext2fs_subr.c,v 1.10 2003/06/02 23:28:22 millert Exp $ */ +/* $OpenBSD: ext2fs_subr.c,v 1.11 2004/01/20 03:44:06 tedu Exp $ */ /* $NetBSD: ext2fs_subr.c,v 1.1 1997/06/11 09:34:03 bouyer Exp $ */ /* @@ -37,9 +37,14 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/vnode.h> +#include <sys/mount.h> #include <sys/buf.h> + #include <ufs/ufs/quota.h> #include <ufs/ufs/inode.h> +#include <ufs/ufs/extattr.h> +#include <ufs/ufs/ufsmount.h> + #include <ufs/ext2fs/ext2fs.h> #include <ufs/ext2fs/ext2fs_extern.h> |