convert FDESC, KERNFS, NULLFS, PORTAL, UMAPFS, and UNION to the new

style of options.
This commit is contained in:
Garrett Wollman 1996-01-05 17:46:14 +00:00
parent ff03b205c3
commit 692910e615
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13257
3 changed files with 27 additions and 3 deletions

View File

@ -1,6 +1,12 @@
DDB
FDESC opt_staticfs.h
KERNFS opt_staticfs.h
KTRACE
PROCFS
NULLFS opt_staticfs.h
PORTAL opt_staticfs.h
PROCFS opt_staticfs.h
SYSVSHM opt_sysvipc.h
SYSVSEM opt_sysvipc.h
SYSVMSG opt_sysvipc.h
UMAPFS opt_staticfs.h
UNION opt_staticfs.h

View File

@ -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>

View File

@ -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>