summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-01-05 17:46:14 +0000
committerwollman <wollman@FreeBSD.org>1996-01-05 17:46:14 +0000
commitf9dc49400b383d5ccce33e7fd1b8dd151caadc4b (patch)
tree1b42e1a47b57e84b9f1033f13218179247f5d89b /sys/kern
parent401dcd88a2a7c1d8746b2db724fa1accd4813d10 (diff)
downloadFreeBSD-src-f9dc49400b383d5ccce33e7fd1b8dd151caadc4b.zip
FreeBSD-src-f9dc49400b383d5ccce33e7fd1b8dd151caadc4b.tar.gz
convert FDESC, KERNFS, NULLFS, PORTAL, UMAPFS, and UNION to the new
style of options.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/vfs_extattr.c11
-rw-r--r--sys/kern/vfs_syscalls.c11
2 files changed, 20 insertions, 2 deletions
diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c
index a1e3087..88231fe 100644
--- a/sys/kern/vfs_extattr.c
+++ b/sys/kern/vfs_extattr.c
@@ -36,9 +36,18 @@
* SUCH DAMAGE.
*
* @(#)vfs_syscalls.c 8.13 (Berkeley) 4/15/94
- * $Id: vfs_syscalls.c,v 1.43 1995/12/11 04:56:11 dyson Exp $
+ * $Id: vfs_syscalls.c,v 1.44 1995/12/17 21:23:22 phk Exp $
*/
+/*
+ * XXX - The following is required because of some magic done
+ * in getdirentries() below which is only done if the translucent
+ * filesystem `UNION' is compiled into the kernel. This is broken,
+ * 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 <sys/param.h>
#include <sys/systm.h>
#include <sys/sysproto.h>
diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c
index a1e3087..88231fe 100644
--- a/sys/kern/vfs_syscalls.c
+++ b/sys/kern/vfs_syscalls.c
@@ -36,9 +36,18 @@
* SUCH DAMAGE.
*
* @(#)vfs_syscalls.c 8.13 (Berkeley) 4/15/94
- * $Id: vfs_syscalls.c,v 1.43 1995/12/11 04:56:11 dyson Exp $
+ * $Id: vfs_syscalls.c,v 1.44 1995/12/17 21:23:22 phk Exp $
*/
+/*
+ * XXX - The following is required because of some magic done
+ * in getdirentries() below which is only done if the translucent
+ * filesystem `UNION' is compiled into the kernel. This is broken,
+ * 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 <sys/param.h>
#include <sys/systm.h>
#include <sys/sysproto.h>
OpenPOWER on IntegriCloud