aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-01-08 04:39:20 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-01-08 04:39:20 +0000
commit143f48e1fabb0e16756eff0b9b8686a89ab3725a (patch)
tree819593efc1f741bdb51882da23a353fe6fdca870 /sys/conf/files
parent1529bb2d553e0e64a892483bd01a1e8a2e8151f9 (diff)
downloadsrc-143f48e1fabb0e16756eff0b9b8686a89ab3725a.tar.gz
src-143f48e1fabb0e16756eff0b9b8686a89ab3725a.zip
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.
Notes
Notes: svn path=/head/; revision=13335
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 4bdecba8ddb8..e3dda3bfef88 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