src/protocols/gg/lib/dcc.c

changeset 11546
acb5676e57bb
parent 11360
b77fd5a8959a
child 12218
e65f13592888
equal deleted inserted replaced
11545:df2f9bb3fd6e 11546:acb5676e57bb
1 /* $Id: dcc.c 13582 2005-08-28 22:46:01Z boler $ */ 1 /* $Id: dcc.c 13801 2005-09-14 19:10:39Z datallah $ */
2 2
3 /* 3 /*
4 * (C) Copyright 2001-2002 Wojtek Kaniewski <wojtekka@irc.pl> 4 * (C) Copyright 2001-2002 Wojtek Kaniewski <wojtekka@irc.pl>
5 * Tomasz Chiliński <chilek@chilan.com> 5 * Tomasz Chiliński <chilek@chilan.com>
6 * 6 *
19 * USA. 19 * USA.
20 */ 20 */
21 21
22 #include <sys/types.h> 22 #include <sys/types.h>
23 #include <sys/stat.h> 23 #include <sys/stat.h>
24 #ifndef _WIN32
24 #include <sys/ioctl.h> 25 #include <sys/ioctl.h>
25 #include <sys/socket.h> 26 #include <sys/socket.h>
26 #include <netinet/in.h> 27 #include <netinet/in.h>
27 #include <arpa/inet.h> 28 #include <arpa/inet.h>
28 #ifdef sun 29 #ifdef sun
29 # include <sys/filio.h> 30 # include <sys/filio.h>
31 #endif
30 #endif 32 #endif
31 33
32 #include <ctype.h> 34 #include <ctype.h>
33 #include <errno.h> 35 #include <errno.h>
34 #include <fcntl.h> 36 #include <fcntl.h>

mercurial