diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-08-29 19:55:58 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-08-29 19:55:58 +0000 |
commit | 7b40f7103a2ac57f477cfb688e14b8ff4a7aa519 (patch) | |
tree | d63427e8e160955d8f4d739661d31ab3f620bba6 /sys/compat/svr4/syscalls.master | |
parent | 8f663bd53cce07ed27297f44465cdc4a130aac5b (diff) |
s/UNIMPL/STD/ for svr4_sys_socket()
Diffstat (limited to 'sys/compat/svr4/syscalls.master')
-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); } |