From owner-freebsd-commit Sun Jan 7 20:35:17 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA11215 for freebsd-commit-outgoing; Sun, 7 Jan 1996 20:35:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA11199 for cvs-all-outgoing; Sun, 7 Jan 1996 20:35:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA11187 for cvs-sys-outgoing; Sun, 7 Jan 1996 20:35:03 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA11170 Sun, 7 Jan 1996 20:34:59 -0800 (PST) Date: Sun, 7 Jan 1996 20:34:59 -0800 (PST) From: Peter Wemm Message-Id: <199601080434.UAA11170@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/linux linux_ipc.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/07 20:34:58 Modified: sys/i386/ibcs2 ibcs2_ipc.c ibcs2_isc_syscall.h ibcs2_isc_sysent.c ibcs2_proto.h ibcs2_syscall.h ibcs2_sysent.c ibcs2_xenix.h ibcs2_xenix_syscall.h ibcs2_xenix_sysent.c sys/i386/linux linux_ipc.c Log: reran makesyscalls Always call the SYSV ipc functions, stubs will take their place if necessary. Revision Changes Path 1.6 +1 -8 src/sys/i386/ibcs2/ibcs2_ipc.c 1.2 +1 -1 src/sys/i386/ibcs2/ibcs2_isc_syscall.h 1.2 +1 -1 src/sys/i386/ibcs2/ibcs2_isc_sysent.c 1.3 +1 -28 src/sys/i386/ibcs2/ibcs2_proto.h 1.4 +1 -1 src/sys/i386/ibcs2/ibcs2_syscall.h 1.5 +1 -13 src/sys/i386/ibcs2/ibcs2_sysent.c 1.2 +1 -1 src/sys/i386/ibcs2/ibcs2_xenix.h 1.2 +1 -1 src/sys/i386/ibcs2/ibcs2_xenix_syscall.h 1.2 +1 -1 src/sys/i386/ibcs2/ibcs2_xenix_sysent.c 1.6 +1 -2 src/sys/i386/linux/linux_ipc.c