From: Theodore Tso Date: Thu, 3 Jun 1993 12:16:16 +0000 (+0000) Subject: Vax doesn't need machine/endian.h (our vax doesn't have it) X-Git-Tag: krb5-1.0-beta3~238 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ae5560365e1dcd0901a3a661e9312673c23f1807;p=krb5.git Vax doesn't need machine/endian.h (our vax doesn't have it) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2600 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/telnet/telnet/commands.c b/src/appl/telnet/telnet/commands.c index a3f35c765..5d2b718b5 100644 --- a/src/appl/telnet/telnet/commands.c +++ b/src/appl/telnet/telnet/commands.c @@ -69,7 +69,7 @@ static char sccsid[] = "@(#)commands.c 5.8 (Berkeley) 12/18/92"; #if !defined(CRAY) && !defined(sysV88) #include -# if (defined(vax) || defined(tahoe) || defined(hp300)) && !defined(ultrix) +# if (defined(tahoe) || defined(hp300)) && !defined(ultrix) # include # endif /* vax */ #endif /* !defined(CRAY) && !defined(sysV88) */