diff options
Diffstat (limited to 'sys/kern/vfs_extattr.c')
-rw-r--r-- | sys/kern/vfs_extattr.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c index b7be81e..d59a335 100644 --- a/sys/kern/vfs_extattr.c +++ b/sys/kern/vfs_extattr.c @@ -36,12 +36,15 @@ * SUCH DAMAGE. * * @(#)vfs_syscalls.c 8.13 (Berkeley) 4/15/94 - * $Id: vfs_syscalls.c,v 1.88 1997/12/29 00:22:50 dyson Exp $ + * $Id: vfs_syscalls.c,v 1.89 1998/01/06 05:16:26 dyson 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 |