]> git.pld-linux.org Git - packages/ipset.git/commitdiff
- missing header
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 6 Apr 2012 20:39:50 +0000 (20:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ipset-kernel-3.3.patch -> 1.2

ipset-kernel-3.3.patch

index f8c8fe1bde055f8db8a7a7689908e58f0f555619..44f5784e99ed79ef56214f8ea8ce79a3d95ad315 100644 (file)
  
 --- ipset-6.11/kernel/net/netfilter/ipset/ip_set_hash_ip.c~    2011-10-04 17:18:10.000000000 +0200
 +++ ipset-6.11/kernel/net/netfilter/ipset/ip_set_hash_ip.c     2012-04-06 22:35:56.923721440 +0200
+@@ -7,6 +7,7 @@
+ /* Kernel module implementing an IP set type: the hash:ip type */
++#include <linux/version.h>
+ #include <linux/jhash.h>
+ #include <linux/module.h>
+ #include <linux/ip.h>
 @@ -241,7 +241,11 @@
  static inline void
  hash_ip6_data_copy(struct hash_ip6_elem *dst, const struct hash_ip6_elem *src)
This page took 0.15537 seconds and 4 git commands to generate.