From 4ea734a376efb504a1e6276f42ae41faaf7c5fe8 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 31 Oct 2005 12:40:34 +0000 Subject: Fixed type used for htonl function (replaced u_int32_t by uint32_t, now OK under MacOS) --- src/irc/irc-dcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/irc/irc-dcc.c') diff --git a/src/irc/irc-dcc.c b/src/irc/irc-dcc.c index 0512375af..739fe93c1 100644 --- a/src/irc/irc-dcc.c +++ b/src/irc/irc-dcc.c @@ -1172,7 +1172,7 @@ dcc_handle () t_irc_dcc *ptr_dcc; int num_read, num_sent; static char buffer[102400]; - u_int32_t pos; + uint32_t pos; fd_set read_fd; static struct timeval timeout; int sock; -- cgit v1.2.3