summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-05-01 23:10:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-05-01 23:10:59 +0000
commitca460fb750902967c5f49621cc46edcec1070155 (patch)
tree028dac0a4d61f8708ddc3667b7a0c17c632d2bef
parentdd3f1b49957c34d6c64d18c56899628abf0dbb41 (diff)
sys_semconfig goes away
-rw-r--r--sys/compat/bsdos/syscalls.master4
-rw-r--r--sys/compat/freebsd/syscalls.master4
-rw-r--r--sys/compat/netbsd/syscalls.master4
-rw-r--r--sys/kern/syscalls.master4
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/compat/bsdos/syscalls.master b/sys/compat/bsdos/syscalls.master
index a0e3091615d..f92f4eed522 100644
--- a/sys/compat/bsdos/syscalls.master
+++ b/sys/compat/bsdos/syscalls.master
@@ -1,4 +1,4 @@
- $OpenBSD: syscalls.master,v 1.6 1999/11/13 22:13:00 millert Exp $
+ $OpenBSD: syscalls.master,v 1.7 2000/05/01 23:10:58 deraadt Exp $
; OpenBSD COMPAT_BSDOS system call name/number "master" file.
; (See syscalls.conf to see what it is processed into.)
@@ -375,7 +375,7 @@
222 NOARGS { int sys_semop(int semid, struct sembuf *sops, \
u_int nsops); }
; 223 is UNIMPL in BSD/OS
-223 NOARGS { int sys_semconfig(int flag); }
+223 OBSOL sys_semconfig
#else
220 UNIMPL semctl
221 UNIMPL semget
diff --git a/sys/compat/freebsd/syscalls.master b/sys/compat/freebsd/syscalls.master
index 456cd49fc88..6d44343611f 100644
--- a/sys/compat/freebsd/syscalls.master
+++ b/sys/compat/freebsd/syscalls.master
@@ -1,4 +1,4 @@
- $OpenBSD: syscalls.master,v 1.12 1999/10/27 07:32:55 niklas Exp $
+ $OpenBSD: syscalls.master,v 1.13 2000/05/01 23:10:58 deraadt Exp $
; $NetBSD: syscalls.master,v 1.3 1995/10/10 18:28:40 mycroft Exp $
; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -408,7 +408,7 @@
221 NOARGS { int sys_semget(key_t key, int nsems, int semflg); }
222 NOARGS { int sys_semop(int semid, struct sembuf *sops, \
u_int nsops); }
-223 NOARGS { int sys_semconfig(int flag); }
+223 OBSOL sys_semconfig
#else
220 UNIMPL sys___semctl
221 UNIMPL sys_semget
diff --git a/sys/compat/netbsd/syscalls.master b/sys/compat/netbsd/syscalls.master
index 8fe0967fba2..09d86b04322 100644
--- a/sys/compat/netbsd/syscalls.master
+++ b/sys/compat/netbsd/syscalls.master
@@ -1,4 +1,4 @@
-; $OpenBSD: syscalls.master,v 1.10 1999/09/21 22:45:07 kstailey Exp $
+; $OpenBSD: syscalls.master,v 1.11 2000/05/01 23:10:58 deraadt Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -455,7 +455,7 @@
221 NOARGS { int sys_semget(key_t key, int nsems, int semflg); }
222 NOARGS { int sys_semop(int semid, struct sembuf *sops, \
u_int nsops); }
-223 NOARGS { int sys_semconfig(int flag); }
+223 OBSOL sys_semconfig
#else
220 UNIMPL semctl
221 UNIMPL semget
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 9f41808bb2c..36194f0f738 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -1,4 +1,4 @@
-; $OpenBSD: syscalls.master,v 1.39 2000/04/20 06:32:23 deraadt Exp $
+; $OpenBSD: syscalls.master,v 1.40 2000/05/01 23:10:58 deraadt Exp $
; $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -426,7 +426,7 @@
221 STD { int sys_semget(key_t key, int nsems, int semflg); }
222 STD { int sys_semop(int semid, struct sembuf *sops, \
u_int nsops); }
-223 STD { int sys_semconfig(int flag); }
+223 OBSOL sys_semconfig
#else
220 UNIMPL semctl
221 UNIMPL semget