summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-04-18 20:18:21 +0000
committermycroft <mycroft@NetBSD.org>1993-04-18 20:18:21 +0000
commitdd7cb2ff117a654189c69b2c93597e54e16fb360 (patch)
tree5504a9cd4c5f3bea321ee1545a48c50d2d1a5f3e /include
parentc1fd012d95237fe9078176d1f79d6aef0a0c98bf (diff)
Define default byte order for i386.
Diffstat (limited to 'include')
-rw-r--r--include/arpa/nameser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h
index 84ed990919b..c81838b70cf 100644
--- a/include/arpa/nameser.h
+++ b/include/arpa/nameser.h
@@ -136,8 +136,8 @@
#define BIG_ENDIAN 4321 /* most-significant byte first (IBM, net) */
#define PDP_ENDIAN 3412 /* LSB first in word, MSW first in long (pdp) */
-#if defined(vax) || defined(ns32000) || defined(sun386) || defined(MIPSEL) || \
- defined(BIT_ZERO_ON_RIGHT)
+#if defined(vax) || defined(ns32000) || defined(sun386) || defined(i386) || \
+ defined(MIPSEL) || defined(BIT_ZERO_ON_RIGHT)
#define BYTE_ORDER LITTLE_ENDIAN
#endif