From 5301c750217e493ff711eef8666ae2db74f46ecc Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Thu, 10 Mar 2005 14:49:50 +0000 Subject: [PATCH] Fixed type used for Mac OS (replaced uint32_t by u_int32_t) --- src/irc/irc-dcc.c | 2 +- weechat/src/irc/irc-dcc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/irc/irc-dcc.c b/src/irc/irc-dcc.c index 6e032031c..3e9ea0209 100644 --- a/src/irc/irc-dcc.c +++ b/src/irc/irc-dcc.c @@ -795,7 +795,7 @@ dcc_handle () t_irc_dcc *ptr_dcc; int num_read, num_sent; static char buffer[102400]; - uint32_t pos; + u_int32_t pos; fd_set read_fd; static struct timeval timeout; int sock; diff --git a/weechat/src/irc/irc-dcc.c b/weechat/src/irc/irc-dcc.c index 6e032031c..3e9ea0209 100644 --- a/weechat/src/irc/irc-dcc.c +++ b/weechat/src/irc/irc-dcc.c @@ -795,7 +795,7 @@ dcc_handle () t_irc_dcc *ptr_dcc; int num_read, num_sent; static char buffer[102400]; - uint32_t pos; + u_int32_t pos; fd_set read_fd; static struct timeval timeout; int sock;