diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-06 12:14:30 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-06 12:14:30 +0000 |
| commit | 0b08f5f73743f75cfe4603d65bf68a36aca310af (patch) | |
| tree | f2b2237b4e93c12887da2b4f11bd323cf46ea26a /sys/kern/vfs_extattr.c | |
| parent | dbf1ec592eb130f8c9cdadd66e7020bb30232701 (diff) | |
Notes
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 d59a3353a96a..7d875bb12e00 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 |
