mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 08:00:48 +01:00
convert FDESC, KERNFS, NULLFS, PORTAL, UMAPFS, and UNION to the new
style of options.
This commit is contained in:
parent
ff03b205c3
commit
692910e615
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13257
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user