diff options
author | 2002-02-22 20:37:45 +0000 | |
---|---|---|
committer | 2002-02-22 20:37:45 +0000 | |
commit | cfa7519356b6013a38a223053872a2f5f28b8181 (patch) | |
tree | 2ad7643831d2b488c88c147354b66fcc564c5c65 /sys/ufs/ext2fs/ext2fs_inode.c | |
parent | Call ether_ioctl() the way [insert favorite diety] intended. (diff) | |
download | wireguard-openbsd-cfa7519356b6013a38a223053872a2f5f28b8181.tar.xz wireguard-openbsd-cfa7519356b6013a38a223053872a2f5f28b8181.zip |
Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@
Diffstat (limited to 'sys/ufs/ext2fs/ext2fs_inode.c')
-rw-r--r-- | sys/ufs/ext2fs/ext2fs_inode.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ufs/ext2fs/ext2fs_inode.c b/sys/ufs/ext2fs/ext2fs_inode.c index 0e2a975e333..f7eac005b0d 100644 --- a/sys/ufs/ext2fs/ext2fs_inode.c +++ b/sys/ufs/ext2fs/ext2fs_inode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ext2fs_inode.c,v 1.19 2001/12/19 08:58:07 art Exp $ */ +/* $OpenBSD: ext2fs_inode.c,v 1.20 2002/02/22 20:37:45 drahn Exp $ */ /* $NetBSD: ext2fs_inode.c,v 1.24 2001/06/19 12:59:18 wiz Exp $ */ /* @@ -51,6 +51,7 @@ #include <uvm/uvm_extern.h> +#include <ufs/ufs/extattr.h> #include <ufs/ufs/quota.h> #include <ufs/ufs/inode.h> #include <ufs/ufs/ufsmount.h> |