diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-10-08 16:36:54 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-10-08 16:36:54 +0000 |
| commit | bc0f49e09be219328a3bec876172931b4e962ecd (patch) | |
| tree | 00bc275af1efff399cb0be560845fef9f7158b82 /Src/Modules/tcp.c | |
| parent | update _wget for v1.7, _sysctl for darwin, _webbrowser for galeon etc (15983) (diff) | |
| download | zsh-bc0f49e09be219328a3bec876172931b4e962ecd.tar zsh-bc0f49e09be219328a3bec876172931b4e962ecd.tar.gz zsh-bc0f49e09be219328a3bec876172931b4e962ecd.tar.bz2 zsh-bc0f49e09be219328a3bec876172931b4e962ecd.tar.lz zsh-bc0f49e09be219328a3bec876172931b4e962ecd.tar.xz zsh-bc0f49e09be219328a3bec876172931b4e962ecd.tar.zst zsh-bc0f49e09be219328a3bec876172931b4e962ecd.zip | |
remove duplicated includes which caused problems on IRIX 5 (15987)
Diffstat (limited to 'Src/Modules/tcp.c')
| -rw-r--r-- | Src/Modules/tcp.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Src/Modules/tcp.c b/Src/Modules/tcp.c index baf742f19..d9eac432e 100644 --- a/Src/Modules/tcp.c +++ b/Src/Modules/tcp.c @@ -35,22 +35,6 @@ */ #include "tcp.h" -/* - * For some reason, configure doesn't always detect netinet/in_systm.h. - * On some systems, including linux, this seems to be because gcc is - * throwing up a warning message about the redefinition of - * __USE_LARGEFILE. This means the problem is somewhere in the - * header files where we can't get at it. For now, revert to - * not including this file only on systems where we know it's missing. - * Currently this is just cygwin. - */ -#ifndef __CYGWIN__ -# include <netinet/in_systm.h> -#endif -#include <netinet/in.h> -#include <netinet/ip.h> -#include <arpa/inet.h> - /* it's a TELNET based protocol, but don't think I like doing this */ #include <arpa/telnet.h> |
