patch-extensions_libxt_pkttype_c 479 B

1234567891011121314
  1. --- iptables-1.4.12.2.orig/extensions/libxt_pkttype.c 2012-01-02 18:19:09.000000000 +0100
  2. +++ iptables-1.4.12.2/extensions/libxt_pkttype.c 2012-03-17 13:49:29.651581491 +0100
  3. @@ -4,6 +4,11 @@
  4. *
  5. * Michal Ludvig <michal@logix.cz>
  6. */
  7. +
  8. +#define __aligned_u64 __u64 __attribute__((aligned(8)))
  9. +#define __aligned_be64 __be64 __attribute__((aligned(8)))
  10. +#define __aligned_le64 __le64 __attribute__((aligned(8)))
  11. +
  12. #include <stdio.h>
  13. #include <string.h>
  14. #include <xtables.h>