mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
489 B

  1. These defines are not used anywhere in iproute2 (and the header is not
  2. exported), but cause errors in include/linux/types.h.
  3. --- iproute2/include/iptables_common.h~ 2007-03-13 22:50:56.000000000 +0100
  4. +++ iproute2/include/iptables_common.h 2007-07-17 20:00:14.000000000 +0200
  5. @@ -43,9 +43,11 @@
  6. extern void init_extensions(void);
  7. #endif
  8. +/*
  9. #define __be32 u_int32_t
  10. #define __le32 u_int32_t
  11. #define __be16 u_int16_t
  12. #define __le16 u_int16_t
  13. +*/
  14. #endif /*_IPTABLES_COMMON_H*/