summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/svr4/svr4_syscall.h')
-rw-r--r--sys/compat/svr4/svr4_syscall.h20
1 files changed, 18 insertions, 2 deletions
diff --git a/sys/compat/svr4/svr4_syscall.h b/sys/compat/svr4/svr4_syscall.h
index 40c13b17d89..2b517ce3958 100644
--- a/sys/compat/svr4/svr4_syscall.h
+++ b/sys/compat/svr4/svr4_syscall.h
@@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.13 1997/08/29 18:45:52 kstailey Exp
+ * created from OpenBSD: syscalls.master,v 1.14 1997/08/29 19:35:20 kstailey Exp
*/
#define SVR4_SYS_syscall 0
@@ -126,4 +126,20 @@
#define SVR4_SYS_facl 200
#define SVR4_SYS_setreuid 202
#define SVR4_SYS_setregid 203
-#define SVR4_SYS_MAXSYSCALL 213
+#define SVR4_SYS_socketpair 231
+#define SVR4_SYS_bind 232
+#define SVR4_SYS_listen 233
+#define SVR4_SYS_accept 234
+#define SVR4_SYS_connect 235
+#define SVR4_SYS_shutdown 236
+#define SVR4_SYS_recv 237
+#define SVR4_SYS_recvfrom 238
+#define SVR4_SYS_recvmsg 239
+#define SVR4_SYS_send 240
+#define SVR4_SYS_sendmsg 241
+#define SVR4_SYS_sendto 242
+#define SVR4_SYS_getpeername 243
+#define SVR4_SYS_getsockname 244
+#define SVR4_SYS_getsockopt 245
+#define SVR4_SYS_setsockopt 246
+#define SVR4_SYS_MAXSYSCALL 250