diff options
Diffstat (limited to 'sys/compat/netbsd/netbsd_syscalls.c')
| -rw-r--r-- | sys/compat/netbsd/netbsd_syscalls.c | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/sys/compat/netbsd/netbsd_syscalls.c b/sys/compat/netbsd/netbsd_syscalls.c index 567276f5add..1251893eb86 100644 --- a/sys/compat/netbsd/netbsd_syscalls.c +++ b/sys/compat/netbsd/netbsd_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: netbsd_syscalls.c,v 1.1 1999/09/12 14:19:58 kstailey Exp $ */ +/* $OpenBSD: netbsd_syscalls.c,v 1.2 1999/09/12 14:35:21 kstailey Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.1 1999/09/12 14:15:17 kstailey Exp + * created from; OpenBSD: syscalls.master,v 1.2 1999/09/12 14:34:18 kstailey Exp */ char *netbsd_syscallnames[] = { @@ -339,21 +339,9 @@ char *netbsd_syscallnames[] = { "#254 (unimplemented)", /* 254 = unimplemented */ "#255 (unimplemented)", /* 255 = unimplemented */ "#256 (unimplemented)", /* 256 = unimplemented */ -#ifdef SYSVSEM - "__semctl", /* 257 = __semctl */ -#else "#257 (unimplemented)", /* 257 = unimplemented */ -#endif -#ifdef SYSVSHM - "shmctl", /* 258 = shmctl */ -#else "#258 (unimplemented)", /* 258 = unimplemented */ -#endif -#ifdef SYSVMSG - "msgctl", /* 259 = msgctl */ -#else "#259 (unimplemented)", /* 259 = unimplemented */ -#endif "#260 (unimplemented)", /* 260 = unimplemented */ "#261 (unimplemented)", /* 261 = unimplemented */ "#262 (unimplemented)", /* 262 = unimplemented */ |
