mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Update the commented out option for omitting the sysctl descriptions; it
was committed as NO_SYSCTL_DESCR. Approved by: rrs (mentor)
This commit is contained in:
parent
7405f23cd7
commit
6c655111ad
3 changed files with 3 additions and 3 deletions
|
|
@ -63,7 +63,7 @@ options SYSVSHM #SYSV-style shared memory
|
|||
options SYSVMSG #SYSV-style message queues
|
||||
options SYSVSEM #SYSV-style semaphores
|
||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
||||
#options SYSCTL_OMIT_DESCR
|
||||
#options NO_SYSCTL_DESCR
|
||||
options MUTEX_NOINLINE
|
||||
options RWLOCK_NOINLINE
|
||||
options NO_FFS_SNAPSHOT
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ options SYSVSHM #SYSV-style shared memory
|
|||
options SYSVMSG #SYSV-style message queues
|
||||
options SYSVSEM #SYSV-style semaphores
|
||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
||||
#options SYSCTL_OMIT_DESCR
|
||||
#options NO_SYSCTL_DESCR
|
||||
options MUTEX_NOINLINE
|
||||
options RWLOCK_NOINLINE
|
||||
options NO_FFS_SNAPSHOT
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ options SYSVSHM #SYSV-style shared memory
|
|||
options SYSVMSG #SYSV-style message queues
|
||||
options SYSVSEM #SYSV-style semaphores
|
||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
||||
#options SYSCTL_OMIT_DESCR
|
||||
#options NO_SYSCTL_DESCR
|
||||
# Disable the inlining of mutex, rwlock and sx locks. These eat up a lot
|
||||
# of space.
|
||||
options MUTEX_NOINLINE
|
||||
|
|
|
|||
Loading…
Reference in a new issue