From 72157b51f73275f15aa43a3c5f6cd1e0038bca52 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Tue, 11 Mar 1997 10:38:06 +0000 Subject: Marquage des primitives ML (pour le toplevel Windows). git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1369 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/win32unix/sockopt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'otherlibs/win32unix/sockopt.c') diff --git a/otherlibs/win32unix/sockopt.c b/otherlibs/win32unix/sockopt.c index 3986b8788..a3832cb21 100644 --- a/otherlibs/win32unix/sockopt.c +++ b/otherlibs/win32unix/sockopt.c @@ -20,7 +20,7 @@ static int sockopt[] = { SO_DEBUG, SO_BROADCAST, SO_REUSEADDR, SO_KEEPALIVE, SO_DONTROUTE, SO_OOBINLINE }; -value unix_getsockopt(socket, option) +value unix_getsockopt(socket, option) /* ML */ value socket, option; { int optval, optsize; @@ -31,7 +31,7 @@ value unix_getsockopt(socket, option) return Val_int(optval); } -value unix_setsockopt(socket, option, status) +value unix_setsockopt(socket, option, status) /* ML */ value socket, option, status; { int optval = Int_val(status); -- cgit v1.2.3-70-g09d2