summaryrefslogtreecommitdiffstats
path: root/otherlibs/win32unix/listen.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/win32unix/listen.c')
-rw-r--r--otherlibs/win32unix/listen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32unix/listen.c b/otherlibs/win32unix/listen.c
index 1c017e140..15e8334e3 100644
--- a/otherlibs/win32unix/listen.c
+++ b/otherlibs/win32unix/listen.c
@@ -15,7 +15,7 @@
#include "unixsupport.h"
#include <winsock.h>
-value unix_listen(sock, backlog)
+value unix_listen(sock, backlog) /* ML */
value sock, backlog;
{
if (listen((SOCKET) _get_osfhandle(Int_val(sock)), Int_val(backlog)) == -1)