summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-01-08 04:39:20 +0000
committerpeter <peter@FreeBSD.org>1996-01-08 04:39:20 +0000
commit0d446565744c3a0a81fe5bb28cc6d9cde7503125 (patch)
tree819593efc1f741bdb51882da23a353fe6fdca870 /sys
parent3b94c9ca38b1b8408687a636e76e56edc51e5ffa (diff)
downloadFreeBSD-src-0d446565744c3a0a81fe5bb28cc6d9cde7503125.zip
FreeBSD-src-0d446565744c3a0a81fe5bb28cc6d9cde7503125.tar.gz
sysv_ipc.c now "standard" as it contains #if defined(...) blocks
of code that handle the various permutations of SYSV options. sysv_shm.c etc (the implementations) are still optional, this is just a file of stubs and an optional utility function.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 4bdecba..e3dda3b 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -81,9 +81,7 @@ kern/subr_xxx.c standard
kern/sys_generic.c standard
kern/sys_process.c standard
kern/sys_socket.c standard
-kern/sysv_ipc.c optional sysvmsg
-kern/sysv_ipc.c optional sysvsem
-kern/sysv_ipc.c optional sysvshm
+kern/sysv_ipc.c standard
kern/sysv_msg.c optional sysvmsg
kern/sysv_sem.c optional sysvsem
kern/sysv_shm.c optional sysvshm
OpenPOWER on IntegriCloud