diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-07-03 20:14:04 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-07-03 20:14:04 +0000 |
commit | b5bf3768ac38431395a07f41869fa599535c9636 (patch) | |
tree | f3533d026a629b7688eabcd377c92ede86245586 /sys/compat/osf1 | |
parent | 3ae48c77e65290a7ddf1e1154ccb0b9645a5ffaf (diff) |
Extended Attributes was a piece to get to ACLs, however ACLs have not
been worked on, so EA is pointless. Also the code is not enabled
in GENERIC so it is not being tested or maintained.
Diffstat (limited to 'sys/compat/osf1')
-rw-r--r-- | sys/compat/osf1/osf1_mount.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/compat/osf1/osf1_mount.c b/sys/compat/osf1/osf1_mount.c index e30736e0b33..e0d8dd1f57f 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.9 2002/08/23 15:39:31 art Exp $ */ +/* $OpenBSD: osf1_mount.c,v 1.10 2005/07/03 20:13:59 drahn Exp $ */ /* $NetBSD: osf1_mount.c,v 1.14 1999/05/05 01:51:34 cgd Exp $ */ /* @@ -83,7 +83,6 @@ #include <nfs/nfsmount.h> #include <ufs/ufs/quota.h> -#include <ufs/ufs/extattr.h> #include <ufs/ufs/ufsmount.h> #include <machine/vmparam.h> |