summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/ibcs2_ipc.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-01-08 04:34:54 +0000
committerpeter <peter@FreeBSD.org>1996-01-08 04:34:54 +0000
commit3b94c9ca38b1b8408687a636e76e56edc51e5ffa (patch)
tree91e0cf7fc7ee402efb128f3694367f2cdd452490 /sys/i386/ibcs2/ibcs2_ipc.c
parentdbe9772dd3f023593a110cdc8109b72242bc9b94 (diff)
downloadFreeBSD-src-3b94c9ca38b1b8408687a636e76e56edc51e5ffa.zip
FreeBSD-src-3b94c9ca38b1b8408687a636e76e56edc51e5ffa.tar.gz
reran makesyscalls
Always call the SYSV ipc functions, stubs will take their place if necessary.
Diffstat (limited to 'sys/i386/ibcs2/ibcs2_ipc.c')
-rw-r--r--sys/i386/ibcs2/ibcs2_ipc.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/i386/ibcs2/ibcs2_ipc.c b/sys/i386/ibcs2/ibcs2_ipc.c
index 39dce4c..e375ba0 100644
--- a/sys/i386/ibcs2/ibcs2_ipc.c
+++ b/sys/i386/ibcs2/ibcs2_ipc.c
@@ -23,8 +23,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "opt_sysvipc.h"
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/namei.h>
@@ -122,7 +120,6 @@ struct msqid_ds *bp;
return;
}
-#ifdef SYSVMSG
int
ibcs2_msgsys(p, uap, retval)
struct proc *p;
@@ -171,7 +168,6 @@ ibcs2_msgsys(p, uap, retval)
return EINVAL;
}
}
-#endif
/*
* iBCS2 semsys call
@@ -227,7 +223,6 @@ struct semid_ds *bp;
return;
}
-#ifdef SYSVSEM
int
ibcs2_semsys(p, uap, retval)
struct proc *p;
@@ -286,7 +281,7 @@ ibcs2_semsys(p, uap, retval)
}
return EINVAL;
}
-#endif
+
/*
* iBCS2 shmsys call
@@ -326,7 +321,6 @@ struct shmid_ds *bp;
return;
}
-#ifdef SYSVSHM
int
ibcs2_shmsys(p, uap, retval)
struct proc *p;
@@ -388,4 +382,3 @@ ibcs2_shmsys(p, uap, retval)
}
return EINVAL;
}
-#endif
OpenPOWER on IntegriCloud