From owner-freebsd-commit Sun Jan 7 20:39:52 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA11570 for freebsd-commit-outgoing; Sun, 7 Jan 1996 20:39:52 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA11557 for cvs-all-outgoing; Sun, 7 Jan 1996 20:39:35 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA11545 for cvs-sys-outgoing; Sun, 7 Jan 1996 20:39:30 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA11538 Sun, 7 Jan 1996 20:39:26 -0800 (PST) Date: Sun, 7 Jan 1996 20:39:26 -0800 (PST) From: Peter Wemm Message-Id: <199601080439.UAA11538@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/conf files Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/07 20:39:24 Modified: sys/conf files Log: 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. Revision Changes Path 1.55 +1 -3 src/sys/conf/files