summaryrefslogtreecommitdiff
path: root/sys/compat/netbsd/netbsd_syscalls.c
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1999-09-17 12:15:00 +0000
committerkstailey <kstailey@cvs.openbsd.org>1999-09-17 12:15:00 +0000
commitc64d934386ca2c45d018899695070925b17d7ee9 (patch)
tree4ce55c913271ccb94960d6c027b89779a41f2f0a /sys/compat/netbsd/netbsd_syscalls.c
parentc1ac5f3e42aa889027c9aa88d2f30b94e684cf68 (diff)
regen
Diffstat (limited to 'sys/compat/netbsd/netbsd_syscalls.c')
-rw-r--r--sys/compat/netbsd/netbsd_syscalls.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/compat/netbsd/netbsd_syscalls.c b/sys/compat/netbsd/netbsd_syscalls.c
index 8283e3421b8..0448d8373e7 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.5 1999/09/15 20:42:27 kstailey Exp $ */
+/* $OpenBSD: netbsd_syscalls.c,v 1.6 1999/09/17 12:14:59 kstailey Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.5 1999/09/15 20:41:16 kstailey Exp
+ * created from; OpenBSD: syscalls.master,v 1.6 1999/09/17 12:13:47 kstailey Exp
*/
char *netbsd_syscallnames[] = {
@@ -209,8 +209,8 @@ char *netbsd_syscallnames[] = {
"#171 (unimplemented 1.0 shmsys)", /* 171 = unimplemented 1.0 shmsys */
#endif
"#172 (unimplemented)", /* 172 = unimplemented */
- "#173 (unimplemented)", /* 173 = unimplemented */
- "#174 (unimplemented)", /* 174 = unimplemented */
+ "pread", /* 173 = pread */
+ "pwrite", /* 174 = pwrite */
#ifdef NTP
"ntp_gettime", /* 175 = ntp_gettime */
"ntp_adjtime", /* 176 = ntp_adjtime */
@@ -375,8 +375,8 @@ char *netbsd_syscallnames[] = {
#else
"#288 (unimplemented)", /* 288 = unimplemented */
#endif
- "#289 (unimplemented)", /* 289 = unimplemented */
- "#290 (unimplemented)", /* 290 = unimplemented */
+ "preadv", /* 289 = preadv */
+ "pwritev", /* 290 = pwritev */
"__sigaction14", /* 291 = __sigaction14 */
"__sigpending14", /* 292 = __sigpending14 */
"__sigprocmask14", /* 293 = __sigprocmask14 */