[netfilter-cvslog] r7016 - in trunk/patch-o-matic-ng/patchlets: ipv4options/iptables/extensions u32/iptables/extensions

kaber at trash.net kaber at trash.net
Sun Sep 2 15:15:20 CEST 2007


Author: kaber at trash.net
Date: 2007-09-02 15:15:20 +0200 (Sun, 02 Sep 2007)
New Revision: 7016

Modified:
   trunk/patch-o-matic-ng/patchlets/ipv4options/iptables/extensions/libipt_ipv4options.c
   trunk/patch-o-matic-ng/patchlets/u32/iptables/extensions/libipt_u32.c
Log:
[PATCH]: Remove NFC from pom iptables patches (Peter Riley <Peter.Riley at hotpop.com>)


Modified: trunk/patch-o-matic-ng/patchlets/ipv4options/iptables/extensions/libipt_ipv4options.c
===================================================================
--- trunk/patch-o-matic-ng/patchlets/ipv4options/iptables/extensions/libipt_ipv4options.c	2007-09-02 13:09:07 UTC (rev 7015)
+++ trunk/patch-o-matic-ng/patchlets/ipv4options/iptables/extensions/libipt_ipv4options.c	2007-09-02 13:15:20 UTC (rev 7016)
@@ -40,7 +40,6 @@
 static int
 parse(int c, char **argv, int invert, unsigned int *flags,
       const struct ipt_entry *entry,
-      unsigned int *nfcache,
       struct ipt_entry_match **match)
 {
 	struct ipt_ipv4options_info *info = (struct ipt_ipv4options_info *)(*match)->data;

Modified: trunk/patch-o-matic-ng/patchlets/u32/iptables/extensions/libipt_u32.c
===================================================================
--- trunk/patch-o-matic-ng/patchlets/u32/iptables/extensions/libipt_u32.c	2007-09-02 13:09:07 UTC (rev 7015)
+++ trunk/patch-o-matic-ng/patchlets/u32/iptables/extensions/libipt_u32.c	2007-09-02 13:15:20 UTC (rev 7016)
@@ -93,7 +93,6 @@
 static int
 parse(int c, char **argv, int invert, unsigned int *flags,
       const struct ipt_entry *entry,
-      unsigned int *nfcache,
       struct ipt_entry_match **match)
 {
 	struct ipt_u32 *data = (struct ipt_u32 *)(*match)->data;




More information about the netfilter-cvslog mailing list