No longer need SYSVIPC option, any of the SYSV options now trigger the

kern/sysv_ipc.c file for inclusion in the kernel.
This commit is contained in:
Rodney W. Grimes 1994-01-22 09:25:37 +00:00
parent 08116fd7e0
commit f4767d9a94
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=995
3 changed files with 3 additions and 6 deletions

View File

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.41 1994/01/17 05:45:26 rgrimes Exp $
# $Id: LINT,v 1.42 1994/01/21 09:55:56 davidg Exp $
#
machine "i386"
@ -84,7 +84,6 @@ pseudo-device sl 2
device st0
device st1
pseudo-device swappager
options SYSVIPC #define if have any SYSV mechanisms
options SYSVSHM
options "SHMMAXPGS=64" # 256Kb of sharable memory
options SYSVSEM

View File

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.41 1994/01/17 05:45:26 rgrimes Exp $
# $Id: LINT,v 1.42 1994/01/21 09:55:56 davidg Exp $
#
machine "i386"
@ -84,7 +84,6 @@ pseudo-device sl 2
device st0
device st1
pseudo-device swappager
options SYSVIPC #define if have any SYSV mechanisms
options SYSVSHM
options "SHMMAXPGS=64" # 256Kb of sharable memory
options SYSVSEM

View File

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.41 1994/01/17 05:45:26 rgrimes Exp $
# $Id: LINT,v 1.42 1994/01/21 09:55:56 davidg Exp $
#
machine "i386"
@ -84,7 +84,6 @@ pseudo-device sl 2
device st0
device st1
pseudo-device swappager
options SYSVIPC #define if have any SYSV mechanisms
options SYSVSHM
options "SHMMAXPGS=64" # 256Kb of sharable memory
options SYSVSEM