1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

Fixed type used for Mac OS (replaced uint32_t by u_int32_t)

This commit is contained in:
Sebastien Helleu
2005-03-10 14:49:50 +00:00
parent 7f165b4c7c
commit 5301c75021
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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;