From 1517cea772058b0fcbe778d05b8b99c7e6f3b25f Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Tue, 2 Sep 1997 12:55:01 +0000 Subject: Sources C convertis en ANSI C git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1696 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/unix/socketpair.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'otherlibs/unix/socketpair.c') diff --git a/otherlibs/unix/socketpair.c b/otherlibs/unix/socketpair.c index 67dec4ee1..0f325a471 100644 --- a/otherlibs/unix/socketpair.c +++ b/otherlibs/unix/socketpair.c @@ -21,8 +21,7 @@ extern int socket_domain_table[], socket_type_table[]; -value unix_socketpair(domain, type, proto) /* ML */ - value domain, type, proto; +value unix_socketpair(value domain, value type, value proto) /* ML */ { int sv[2]; value res; @@ -38,6 +37,7 @@ value unix_socketpair(domain, type, proto) /* ML */ #else -value unix_socketpair() { invalid_argument("socketpair not implemented"); } +value unix_socketpair(value domain, value type, value proto) +{ invalid_argument("socketpair not implemented"); } #endif -- cgit v1.2.3-70-g09d2