summaryrefslogtreecommitdiff
path: root/libc/inet/socketcalls.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-06-12 19:36:16 +0000
committerEric Andersen <andersen@codepoet.org>2001-06-12 19:36:16 +0000
commit0e220f49469972d221479c0486c3300d53b6ea5f (patch)
tree39f69594ead503dd23138335b8ace8588c7b9eb7 /libc/inet/socketcalls.c
parent87edfb6711f39cf607c2eabcb142b1d7c66a9d1b (diff)
Silence a few warnings.
Diffstat (limited to 'libc/inet/socketcalls.c')
-rw-r--r--libc/inet/socketcalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/socketcalls.c b/libc/inet/socketcalls.c
index 542910ba7..7b968cdb6 100644
--- a/libc/inet/socketcalls.c
+++ b/libc/inet/socketcalls.c
@@ -83,7 +83,7 @@ int getsockopt(int fd, int level, int optname, __ptr_t optval,
#endif
#ifdef L_listen
-int listen(int sockfd, unsigned int backlog)
+int listen(int sockfd, int backlog)
{
unsigned long args[2];