diff options
author | bde <bde@FreeBSD.org> | 1996-05-11 04:39:53 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-05-11 04:39:53 +0000 |
commit | c926fa02cd0d8f026518004135198e37938f374d (patch) | |
tree | edbae20fae4c9e51948e927aab64c525ea8c7606 /sys/kern/vfs_extattr.c | |
parent | 89ed4b1107020c586e4c71815210cd3d1179f125 (diff) | |
download | FreeBSD-src-c926fa02cd0d8f026518004135198e37938f374d.zip FreeBSD-src-c926fa02cd0d8f026518004135198e37938f374d.tar.gz |
Hide options for emulators and static file systems in opt_dontuse.h.
These options only apply at config time. Using them at compile time
would break the corresponding lkms.
Diffstat (limited to 'sys/kern/vfs_extattr.c')
-rw-r--r-- | sys/kern/vfs_extattr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c index 945b300..ec728b3 100644 --- a/sys/kern/vfs_extattr.c +++ b/sys/kern/vfs_extattr.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_syscalls.c 8.13 (Berkeley) 4/15/94 - * $Id: vfs_syscalls.c,v 1.45 1996/01/05 17:46:14 wollman Exp $ + * $Id: vfs_syscalls.c,v 1.46 1996/01/16 13:07:14 davidg Exp $ */ /* @@ -46,7 +46,7 @@ * but I don't have time to study the code deeply enough to understand * what's going on and determine an appropriate fix. -GAW */ -#include "opt_staticfs.h" +#include "opt_union.h" #include <sys/param.h> #include <sys/systm.h> |