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/accept.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'otherlibs/unix/accept.c') diff --git a/otherlibs/unix/accept.c b/otherlibs/unix/accept.c index 228059d25..8d2c2fd5b 100644 --- a/otherlibs/unix/accept.c +++ b/otherlibs/unix/accept.c @@ -21,8 +21,7 @@ #include "socketaddr.h" -value unix_accept(sock) /* ML */ - value sock; +value unix_accept(value sock) /* ML */ { int retcode; value res; @@ -44,6 +43,6 @@ value unix_accept(sock) /* ML */ #else -value unix_accept() { invalid_argument("accept not implemented"); } +value unix_accept(value sock) { invalid_argument("accept not implemented"); } #endif -- cgit v1.2.3-70-g09d2