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/compat/osf1/osf1_mount.c | |
parent | ea91a65c1e79695fea7cb80d2acfa092fc947b3d (diff) |
Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@
Diffstat (limited to 'sys/compat/osf1/osf1_mount.c')
-rw-r--r-- | sys/compat/osf1/osf1_mount.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/osf1/osf1_mount.c b/sys/compat/osf1/osf1_mount.c index 506d18bca6b..ec17ba7b2ef 100644 --- a/sys/compat/osf1/osf1_mount.c +++ b/sys/compat/osf1/osf1_mount.c @@ -1,4 +1,4 @@ -/* $OpenBSD: osf1_mount.c,v 1.6 2002/02/12 18:41:20 art Exp $ */ +/* $OpenBSD: osf1_mount.c,v 1.7 2002/02/22 20:37:45 drahn Exp $ */ /* $NetBSD: osf1_mount.c,v 1.14 1999/05/05 01:51:34 cgd Exp $ */ /* @@ -83,6 +83,7 @@ #include <nfs/nfsmount.h> #include <ufs/ufs/quota.h> +#include <ufs/ufs/extattr.h> #include <ufs/ufs/ufsmount.h> #include <machine/vmparam.h> |