diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-02-22 20:37:47 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-02-22 20:37:47 +0000 |
commit | ee9702d877ed9cc007f77da8cbcb7ea74f9f4dc0 (patch) | |
tree | 6a5edf89be5ae684d40781673d7ec545b4db57a2 /sys/ufs/ext2fs/ext2fs_lookup.c | |
parent | ea91a65c1e79695fea7cb80d2acfa092fc947b3d (diff) |
Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@
Diffstat (limited to 'sys/ufs/ext2fs/ext2fs_lookup.c')
-rw-r--r-- | sys/ufs/ext2fs/ext2fs_lookup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ufs/ext2fs/ext2fs_lookup.c b/sys/ufs/ext2fs/ext2fs_lookup.c index 82bd81c7dbd..663d5ef8a83 100644 --- a/sys/ufs/ext2fs/ext2fs_lookup.c +++ b/sys/ufs/ext2fs/ext2fs_lookup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ext2fs_lookup.c,v 1.11 2001/09/18 01:21:55 art Exp $ */ +/* $OpenBSD: ext2fs_lookup.c,v 1.12 2002/02/22 20:37:45 drahn Exp $ */ /* $NetBSD: ext2fs_lookup.c,v 1.16 2000/08/03 20:29:26 thorpej Exp $ */ /* @@ -62,6 +62,7 @@ #include <sys/malloc.h> #include <sys/dirent.h> +#include <ufs/ufs/extattr.h> #include <ufs/ufs/quota.h> #include <ufs/ufs/inode.h> #include <ufs/ufs/ufsmount.h> |