diff options
-rw-r--r-- | src/appl/telnet/telnet/ChangeLog | 4 | ||||
-rw-r--r-- | src/appl/telnet/telnet/commands.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/appl/telnet/telnet/ChangeLog b/src/appl/telnet/telnet/ChangeLog index b114a6631e..c6febc2b94 100644 --- a/src/appl/telnet/telnet/ChangeLog +++ b/src/appl/telnet/telnet/ChangeLog @@ -1,3 +1,7 @@ +Sat Aug 6 18:05:42 1994 Mark Eichin (eichin@cygnus.com) + + * commands.c: in_systm.h is *not* broken on linux with 4.5 libc. + Thu Aug 4 03:36:59 1994 Tom Yu (tlyu@dragons-lair) * Makefile.in: diff --git a/src/appl/telnet/telnet/commands.c b/src/appl/telnet/telnet/commands.c index f353251073..da7b459e98 100644 --- a/src/appl/telnet/telnet/commands.c +++ b/src/appl/telnet/telnet/commands.c @@ -68,11 +68,7 @@ static char sccsid[] = "@(#)commands.c 8.1 (Berkeley) 6/6/93"; #include "types.h" #if !defined(CRAY) && !defined(sysV88) -#ifndef linux #include <netinet/in_systm.h> -#else /* someone broke the linux includes... */ -#include <netinet/in_system.h> -#endif # if (defined(vax) || defined(tahoe) || defined(hp300)) && !defined(ultrix) # include <machine/endian.h> # endif /* vax */ |