aboutgitcodebugslistschat
path: root/udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'udp.c')
-rw-r--r--udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udp.c b/udp.c
index 4acd48e..b8eddf2 100644
--- a/udp.c
+++ b/udp.c
@@ -64,7 +64,7 @@ void udp_sock_handler(struct ctx *c, int s, uint32_t events)
socklen_t slen = sizeof(sr);
char buf[USHRT_MAX];
struct udphdr *uh;
- int n;
+ ssize_t n;
(void)events;