From owner-freebsd-commit Sun Jan 7 20:13:37 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA09939 for freebsd-commit-outgoing; Sun, 7 Jan 1996 20:13:37 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA09930 for cvs-all-outgoing; Sun, 7 Jan 1996 20:13:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA09918 for cvs-sys-outgoing; Sun, 7 Jan 1996 20:13:30 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA09911 Sun, 7 Jan 1996 20:13:28 -0800 (PST) Date: Sun, 7 Jan 1996 20:13:28 -0800 (PST) From: Peter Wemm Message-Id: <199601080413.UAA09911@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern syscalls.master Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/07 20:13:27 Modified: sys/i386/ibcs2 syscalls.master sys/kern syscalls.master Log: Remove the #ifdef SYSVSHM etc. Always call the functions, some stubs are about to go in. This is to fix the problem with the ibcs2 and linux lkm's not being able to call the sysv ipc functions unless the build is modified. Revision Changes Path 1.4 +1 -13 src/sys/i386/ibcs2/syscalls.master 1.23 +1 -34 src/sys/kern/syscalls.master