diff options
author | 1997-08-29 19:55:57 +0000 | |
---|---|---|
committer | 1997-08-29 19:55:57 +0000 | |
commit | 51190b361c1c28bba135d63feed08826263ed34d (patch) | |
tree | d8d0f67f928a11469717bf1a9a3a47468baabeb4 | |
parent | hide dd's messages (diff) | |
download | wireguard-openbsd-51190b361c1c28bba135d63feed08826263ed34d.tar.xz wireguard-openbsd-51190b361c1c28bba135d63feed08826263ed34d.zip |
s/UNIMPL/STD/ for svr4_sys_socket()
-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); } |