]> git.pld-linux.org Git - packages/ipset.git/commitdiff
- fix shadow arg warning
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 21 Jul 2010 05:15:44 +0000 (05:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    shadow-args.patch -> 1.1

shadow-args.patch [new file with mode: 0644]

diff --git a/shadow-args.patch b/shadow-args.patch
new file mode 100644 (file)
index 0000000..2eda9c0
--- /dev/null
@@ -0,0 +1,11 @@
+--- ipset-4.2/ipset.h~ 2009-11-10 22:45:12.000000000 +0200
++++ ipset-4.2/ipset.h  2010-07-21 08:14:25.783555041 +0300
+@@ -116,7 +116,7 @@
+       u_int32_t adt_size;
+       /* Function which parses command options */
+-      ip_set_ip_t (*adt_parser) (int cmd, const char *optarg, void *data);
++      ip_set_ip_t (*adt_parser) (int cmd, const char *optarg_, void *data);
+       /*
+        * Printing
This page took 0.144007 seconds and 4 git commands to generate.