diff options
-rw-r--r-- | src/irc/irc-dcc.c | 2 | ||||
-rw-r--r-- | 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 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; diff --git a/weechat/src/irc/irc-dcc.c b/weechat/src/irc/irc-dcc.c index 0512375af..739fe93c1 100644 --- a/weechat/src/irc/irc-dcc.c +++ b/weechat/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; |