unbreak linux use of in_systm.h
authorMark Eichin <eichin@mit.edu>
Sat, 6 Aug 1994 18:06:59 +0000 (18:06 +0000)
committerMark Eichin <eichin@mit.edu>
Sat, 6 Aug 1994 18:06:59 +0000 (18:06 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4056 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/telnet/telnet/ChangeLog
src/appl/telnet/telnet/commands.c

index b114a6631e34530cd77f362c3764612f69a12fda..c6febc2b94000f6b2bf3e26f4af76cbddb812ab1 100644 (file)
@@ -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:
index f353251073a15b19eb6b9b45daa43fac377f9d1f..da7b459e980e79bb26fbbaf434b4f0514429e304 100644 (file)
@@ -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 */