diff options
Diffstat (limited to 'sys/kern/vfs_syscalls.c')
-rw-r--r-- | sys/kern/vfs_syscalls.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c index e9497c7..928d16b 100644 --- a/sys/kern/vfs_syscalls.c +++ b/sys/kern/vfs_syscalls.c @@ -36,9 +36,12 @@ * SUCH DAMAGE. * * @(#)vfs_syscalls.c 8.13 (Berkeley) 4/15/94 - * $Id: vfs_syscalls.c,v 1.84 1997/11/22 06:41:21 bde Exp $ + * $Id: vfs_syscalls.c,v 1.85 1997/12/02 10:32:21 bde Exp $ */ +/* For 4.3 integer FS ID compatibility */ +#include "opt_compat.h" + /* * XXX - The following is required because of some magic done * in getdirentries() below which is only done if the translucent |