BSD 4_3 release
[unix-history] / usr / src / sys / netinet / ip_var.h
index 82bfe85..d28c3f8 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)ip_var.h    7.2 (Berkeley) %G%
+ *     @(#)ip_var.h    7.1 (Berkeley) 6/5/86
  */
 
 /*
  */
 
 /*
@@ -40,13 +40,9 @@ struct ipq {
  * Note: ipf_next must be at same offset as ipq_next above
  */
 struct ipasfrag {
  * Note: ipf_next must be at same offset as ipq_next above
  */
 struct ipasfrag {
-#if ENDIAN == LITTLE
+#ifdef vax
        u_char  ip_hl:4,
                ip_v:4;
        u_char  ip_hl:4,
                ip_v:4;
-#endif
-#if ENDIAN == BIG
-       u_char  ip_v:4,
-               ip_hl:4;
 #endif
        u_char  ipf_mff;                /* copied from (ip_off&IP_MF) */
        short   ip_len;
 #endif
        u_char  ipf_mff;                /* copied from (ip_off&IP_MF) */
        short   ip_len;