Add SYSVSHM by default. Nobody seems to have objected too strongly

to this when raised, and most were in favor of at least this option
(some also asked for semaphores and messages, but I'll leave that argument
for another time :).
This commit is contained in:
jkh 1997-07-15 04:04:45 +00:00
parent 77494c7bf1
commit 1f5229e2b7
2 changed files with 8 additions and 2 deletions

View File

@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $Id: GENERIC,v 1.90 1997/04/14 00:35:20 gibbs Exp $
# $Id: GENERIC,v 1.91 1997/06/06 12:24:43 jkh Exp $
machine "i386"
cpu "I386_CPU"
@ -160,3 +160,6 @@ pseudo-device gzip # Exec gzipped a.out's
# the costs of each syscall.
options KTRACE #kernel tracing
# This provides support for System V shared memory.
#
options SYSVSHM

View File

@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $Id: GENERIC,v 1.90 1997/04/14 00:35:20 gibbs Exp $
# $Id: GENERIC,v 1.91 1997/06/06 12:24:43 jkh Exp $
machine "i386"
cpu "I386_CPU"
@ -160,3 +160,6 @@ pseudo-device gzip # Exec gzipped a.out's
# the costs of each syscall.
options KTRACE #kernel tracing
# This provides support for System V shared memory.
#
options SYSVSHM