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/ufs/ffs/ffs_softdep.c | |
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/ufs/ffs/ffs_softdep.c')
-rw-r--r-- | sys/ufs/ffs/ffs_softdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ufs/ffs/ffs_softdep.c b/sys/ufs/ffs/ffs_softdep.c index 62ba576934e..164eff01655 100644 --- a/sys/ufs/ffs/ffs_softdep.c +++ b/sys/ufs/ffs/ffs_softdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ffs_softdep.c,v 1.58 2005/06/18 18:09:43 millert Exp $ */ +/* $OpenBSD: ffs_softdep.c,v 1.59 2005/07/03 20:14:01 drahn Exp $ */ /* * Copyright 1998, 2000 Marshall Kirk McKusick. All Rights Reserved. * @@ -51,7 +51,6 @@ #include <sys/systm.h> #include <sys/vnode.h> #include <miscfs/specfs/specdev.h> -#include <ufs/ufs/extattr.h> #include <ufs/ufs/dir.h> #include <ufs/ufs/quota.h> #include <ufs/ufs/inode.h> |