From 7b40f7103a2ac57f477cfb688e14b8ff4a7aa519 Mon Sep 17 00:00:00 2001 From: kstailey Date: Fri, 29 Aug 1997 19:55:58 +0000 Subject: s/UNIMPL/STD/ for svr4_sys_socket() --- sys/compat/svr4/syscalls.master | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/compat/svr4/syscalls.master') 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); } -- cgit v1.2.3