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.

40 lines
1.2 KiB

  1. --- ./include/ip6tables.h.orig 2008-05-05 12:09:24.000000000 +0200
  2. +++ ./include/ip6tables.h 2008-05-05 12:21:22.000000000 +0200
  3. @@ -1,6 +1,7 @@
  4. #ifndef _IP6TABLES_USER_H
  5. #define _IP6TABLES_USER_H
  6. +#include <linux/types.h>
  7. #include "iptables_common.h"
  8. #include "libiptc/libip6tc.h"
  9. --- ./include/iptables.h.orig 2008-05-05 12:09:17.000000000 +0200
  10. +++ ./include/iptables.h 2008-05-05 12:21:26.000000000 +0200
  11. @@ -1,6 +1,7 @@
  12. #ifndef _IPTABLES_USER_H
  13. #define _IPTABLES_USER_H
  14. +#include <linux/types.h>
  15. #include "iptables_common.h"
  16. #include "libiptc/libiptc.h"
  17. --- ./include/libiptc/libip6tc.h.orig 2008-05-05 12:24:18.000000000 +0200
  18. +++ ./include/libiptc/libip6tc.h 2008-05-05 12:24:24.000000000 +0200
  19. @@ -2,6 +2,7 @@
  20. #define _LIBIP6TC_H
  21. /* Library which manipulates firewall rules. Version 0.2. */
  22. +#include <linux/types.h>
  23. #include <libiptc/ipt_kernel_headers.h>
  24. #include <linux/netfilter_ipv6/ip6_tables.h>
  25. --- ./include/libiptc/libiptc.h.orig 2008-05-05 12:16:08.000000000 +0200
  26. +++ ./include/libiptc/libiptc.h 2008-05-05 12:20:51.000000000 +0200
  27. @@ -2,6 +2,7 @@
  28. #define _LIBIPTC_H
  29. /* Library which manipulates filtering rules. */
  30. +#include <linux/types.h>
  31. #include <libiptc/ipt_kernel_headers.h>
  32. #include <linux/netfilter_ipv4/ip_tables.h>