summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-01-08 04:13:25 +0000
committerpeter <peter@FreeBSD.org>1996-01-08 04:13:25 +0000
commit8f195de8e4eb081b74d7b54895552fcb138ff1c5 (patch)
tree8a7aaa015e0824d72ec706a5412cb8918ac17dca /sys/i386
parent9e7424b785b7ed84574ac846475b58fe20481e9e (diff)
downloadFreeBSD-src-8f195de8e4eb081b74d7b54895552fcb138ff1c5.zip
FreeBSD-src-8f195de8e4eb081b74d7b54895552fcb138ff1c5.tar.gz
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.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/ibcs2/syscalls.master14
1 files changed, 1 insertions, 13 deletions
diff --git a/sys/i386/ibcs2/syscalls.master b/sys/i386/ibcs2/syscalls.master
index c039782..c8727d6 100644
--- a/sys/i386/ibcs2/syscalls.master
+++ b/sys/i386/ibcs2/syscalls.master
@@ -1,4 +1,4 @@
- $Id: syscalls.master,v 1.2 1995/10/10 07:59:28 swallace Exp $
+ $Id: syscalls.master,v 1.3 1996/01/04 20:28:38 wollman Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
; System call name/number master file (or rather, slave, from IBCS2).
@@ -92,25 +92,13 @@
46 STD SVR3 { int ibcs2_setgid(int gid); }
47 NOPROTO SVR3 { gid_t getgid(void); }
48 STD SVR3 { int ibcs2_sigsys(int sig, ibcs2_sig_t fp); }
-#ifdef SYSVMSG
49 STD SVR3 { int ibcs2_msgsys(int which, int a2, int a3, int a4, \
int a5, int a6); }
-#else
-49 UNIMPL SVR3 nosys
-#endif
50 STD SVR3 { int ibcs2_sysi86(int cmd, int *arg); }
51 UNIMPL SVR3 ibcs2_acct
-#ifdef SYSVSHM
52 STD SVR3 { int ibcs2_shmsys(int which, int a2, int a3, int a4); }
-#else
-52 UNIMPL SVR3 nosys
-#endif
-#ifdef SYSVSEM
53 STD SVR3 { int ibcs2_semsys(int which, int a2, int a3, int a4, \
int a5); }
-#else
-53 UNIMPL SVR3 nosys
-#endif
54 STD SVR3 { int ibcs2_ioctl(int fd, int cmd, caddr_t data); }
55 STD SVR3 { int ibcs2_uadmin(int cmd, int func, caddr_t data); }
56 UNIMPL SVR3 nosys
OpenPOWER on IntegriCloud