From 0e220f49469972d221479c0486c3300d53b6ea5f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 12 Jun 2001 19:36:16 +0000 Subject: Silence a few warnings. --- libc/inet/socketcalls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/inet/socketcalls.c') 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]; -- cgit v1.2.3