mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Convert SUIDDIR fully to a new-style option.
Forgotten by: julian
This commit is contained in:
parent
e84b212f83
commit
8c13c35718
4 changed files with 6 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: options,v 1.38 1997/11/13 00:28:49 julian Exp $
|
||||
# $Id: options,v 1.39 1997/12/15 20:30:38 eivind Exp $
|
||||
|
||||
# Format:
|
||||
# Option name filename
|
||||
|
|
@ -9,7 +9,7 @@ DDB
|
|||
DDB_UNATTENDED opt_ddb.h
|
||||
GDB_REMOTE_CHAT opt_ddb.h
|
||||
DEVFS_ROOT opt_devfs.h
|
||||
SUIDDIR
|
||||
SUIDDIR opt_suiddir.h
|
||||
KTRACE
|
||||
QUOTA
|
||||
SYSVMSG opt_sysvipc.h
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@
|
|||
*/
|
||||
|
||||
#include "opt_quota.h"
|
||||
#include "opt_suiddir.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@
|
|||
*/
|
||||
|
||||
#include "opt_quota.h"
|
||||
#include "opt_suiddir.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
|
|||
|
|
@ -36,10 +36,11 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)ufs_vnops.c 8.27 (Berkeley) 5/27/95
|
||||
* $Id: ufs_vnops.c,v 1.71 1997/12/13 12:30:34 bde Exp $
|
||||
* $Id: ufs_vnops.c,v 1.72 1997/12/15 03:09:59 wollman Exp $
|
||||
*/
|
||||
|
||||
#include "opt_quota.h"
|
||||
#include "opt_suiddir.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue