summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-02-14 20:28:38 +0000
committerjkh <jkh@FreeBSD.org>1999-02-14 20:28:38 +0000
commitafbd37932c2d1866e565581b0928781b73f59fa9 (patch)
tree66ba092dfe43759df0a4056e419d90582a8d71df /sys
parent2b2e902d2357c8432b39702a30c40259b632c995 (diff)
downloadFreeBSD-src-afbd37932c2d1866e565581b0928781b73f59fa9.zip
FreeBSD-src-afbd37932c2d1866e565581b0928781b73f59fa9.tar.gz
MF3: add SYSVMSG
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/GENERIC8
-rw-r--r--sys/i386/conf/GENERIC8
2 files changed, 10 insertions, 6 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 6c9e171..a39caaa 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -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.148 1999/02/11 06:07:27 jkoshy Exp $
+# $Id: GENERIC,v 1.149 1999/02/14 12:00:00 nsouch Exp $
machine "i386"
cpu "I386_CPU"
@@ -194,9 +194,11 @@ 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.
+# This provides support for System V shared memory and message queues.
#
-options SYSVSHM
+options SYSVSHM
+options SYSVMSG
+
# The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be
# aware of the legal and administrative consequences of enabling this
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 6c9e171..a39caaa 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -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.148 1999/02/11 06:07:27 jkoshy Exp $
+# $Id: GENERIC,v 1.149 1999/02/14 12:00:00 nsouch Exp $
machine "i386"
cpu "I386_CPU"
@@ -194,9 +194,11 @@ 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.
+# This provides support for System V shared memory and message queues.
#
-options SYSVSHM
+options SYSVSHM
+options SYSVMSG
+
# The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be
# aware of the legal and administrative consequences of enabling this
OpenPOWER on IntegriCloud