diff options
Diffstat (limited to 'sys/kern/vfs_extattr.c')
-rw-r--r-- | sys/kern/vfs_extattr.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c index d59a335..7d875bb 100644 --- a/sys/kern/vfs_extattr.c +++ b/sys/kern/vfs_extattr.c @@ -36,15 +36,12 @@ * SUCH DAMAGE. * * @(#)vfs_syscalls.c 8.13 (Berkeley) 4/15/94 - * $Id: vfs_syscalls.c,v 1.89 1998/01/06 05:16:26 dyson Exp $ + * $Id: vfs_syscalls.c,v 1.90 1998/02/04 22:32:41 eivind Exp $ */ /* For 4.3 integer FS ID compatibility */ #include "opt_compat.h" -/* For diagnostic support */ -#include "opt_diagnostic.h" - /* * XXX - The following is required because of some magic done * in getdirentries() below which is only done if the translucent |