diff options
Diffstat (limited to 'sys/compat/svr4')
-rw-r--r-- | sys/compat/svr4/syscalls.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/svr4/syscalls.master b/sys/compat/svr4/syscalls.master index 6a2775bf6ab..277ee65f5db 100644 --- a/sys/compat/svr4/syscalls.master +++ b/sys/compat/svr4/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.14 1997/08/29 19:35:20 kstailey Exp $ + $OpenBSD: syscalls.master,v 1.15 1997/08/29 19:55:57 kstailey Exp $ ; $NetBSD: syscalls.master,v 1.17 1996/02/10 17:12:51 christos Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -337,7 +337,7 @@ 227 UNIMPL 228 UNIMPL 229 UNIMPL -230 UNIMPL { int svr4_sys_socket(int domain, int type, \ +230 STD { int svr4_sys_socket(int domain, int type, \ int protocol); } 231 NOARGS { int sys_socketpair(int domain, int type, \ int protocol, int *rsv); } |