diff -udpr bnc2.9.4-orig/server.c bnc2.9.4/server.c --- bnc2.9.4-orig/server.c 2006-07-09 16:57:24.000000000 -0400 +++ bnc2.9.4/server.c 2006-07-09 17:12:23.000000000 -0400 @@ -398,7 +398,7 @@ int lsock_write(struct lsock *ls, void * int send_queued(struct lsock *ls) { int res; - int length; + size_t length; char *msg; while(sbuf_getlength(&ls->sendq) > 0) @@ -1114,7 +1114,7 @@ void initpdcc(struct selectfds *fds) int dccsend(int fd, struct sbuf *sendq) { int res; - int length; + size_t length; char *msg;