diff options
Diffstat (limited to 'sys/compat/netbsd/netbsd_syscall.h')
-rw-r--r-- | sys/compat/netbsd/netbsd_syscall.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/compat/netbsd/netbsd_syscall.h b/sys/compat/netbsd/netbsd_syscall.h index cb4272413b2..2af3831be93 100644 --- a/sys/compat/netbsd/netbsd_syscall.h +++ b/sys/compat/netbsd/netbsd_syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: netbsd_syscall.h,v 1.10 1999/09/21 22:46:09 kstailey Exp $ */ +/* $OpenBSD: netbsd_syscall.h,v 1.11 2000/05/01 23:12:29 deraadt Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.10 1999/09/21 22:45:07 kstailey Exp + * created from; OpenBSD: syscalls.master,v 1.11 2000/05/01 23:10:58 deraadt Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ @@ -583,9 +583,7 @@ /* syscall: "semop" ret: "int" args: "int" "struct sembuf *" "u_int" */ #define NETBSD_SYS_semop 222 -/* syscall: "semconfig" ret: "int" args: "int" */ -#define NETBSD_SYS_semconfig 223 - + /* 223 is obsolete sys_semconfig */ /* syscall: "omsgctl" ret: "int" args: "int" "int" "struct omsqid_ds *" */ #define NETBSD_SYS_omsgctl 224 |