Author: Perry Lorier <isomer@undernet.org>
[ircu2.10.12-pk.git] / ircd / engine_epoll.c
index 4a929abbe0e935e2a5231ea46880e3d2e45a068b..f3ad19eea5d7ade52af9460d1f5c5124b03ed750 100644 (file)
@@ -226,7 +226,7 @@ engine_loop(struct Generators *gen)
 {
   struct epoll_event *events;
   struct Socket *sock;
-  size_t codesize;
+  socklen_t codesize;
   int events_count, i, wait, nevs, errcode;
 
   if ((events_count = feature_int(FEAT_POLLS_PER_LOOP)) < 20)