diff options
Diffstat (limited to 'otherlibs/unix/bind.c')
-rw-r--r-- | otherlibs/unix/bind.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/unix/bind.c b/otherlibs/unix/bind.c index bec2a9123..85cf1d28a 100644 --- a/otherlibs/unix/bind.c +++ b/otherlibs/unix/bind.c @@ -20,7 +20,7 @@ #ifdef HAS_SOCKETS #include "socketaddr.h" - + CAMLprim value unix_bind(value socket, value address) { int ret; @@ -37,5 +37,5 @@ CAMLprim value unix_bind(value socket, value address) CAMLprim value unix_bind(value socket, value address) { invalid_argument("bind not implemented"); } - + #endif |