projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
014b4b9
)
Vax doesn't need machine/endian.h (our vax doesn't have it)
author
Theodore Tso
<tytso@mit.edu>
Thu, 3 Jun 1993 12:16:16 +0000
(12:16 +0000)
committer
Theodore Tso
<tytso@mit.edu>
Thu, 3 Jun 1993 12:16:16 +0000
(12:16 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2600
dc483132
-0cff-0310-8789-
dd5450dbe970
src/appl/telnet/telnet/commands.c
patch
|
blob
|
history
diff --git
a/src/appl/telnet/telnet/commands.c
b/src/appl/telnet/telnet/commands.c
index a3f35c765699775434420ffdbfb2f5e1b3f8b893..5d2b718b5c2243b3bbbefee3d3a23924a0dbebb2 100644
(file)
--- 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 <netinet/in_systm.h>
-# if (defined(
vax) || defined(
tahoe) || defined(hp300)) && !defined(ultrix)
+# if (defined(tahoe) || defined(hp300)) && !defined(ultrix)
# include <machine/endian.h>
# endif /* vax */
#endif /* !defined(CRAY) && !defined(sysV88) */