From ae5560365e1dcd0901a3a661e9312673c23f1807 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Thu, 3 Jun 1993 12:16:16 +0000 Subject: [PATCH] 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 --- src/appl/telnet/telnet/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) */ -- 2.26.2