summaryrefslogtreecommitdiff
path: root/package/iptraf/patches/patch-src_iptraf_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-24 20:20:09 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-24 20:20:09 +0200
commitbad63eb735b13e1f009a19af1dd810f7279c2ba1 (patch)
tree34bcc61fd5814931f3472a594802606316c888a8 /package/iptraf/patches/patch-src_iptraf_c
parent57f1ccba214ee4d658fe2bcd61ef51651ade3225 (diff)
gcc 4.4 compatibility patches
* add the rest of the patches missed by the last commit
Diffstat (limited to 'package/iptraf/patches/patch-src_iptraf_c')
-rw-r--r--package/iptraf/patches/patch-src_iptraf_c12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/iptraf/patches/patch-src_iptraf_c b/package/iptraf/patches/patch-src_iptraf_c
new file mode 100644
index 000000000..a9d751c46
--- /dev/null
+++ b/package/iptraf/patches/patch-src_iptraf_c
@@ -0,0 +1,12 @@
+$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
+--- iptraf-3.0.0.orig/src/iptraf.c 2005-09-13 08:42:54.000000000 +0200
++++ iptraf-3.0.0/src/iptraf.c 2009-05-21 23:02:08.000000000 +0200
+@@ -559,7 +559,7 @@ int main(int argc, char **argv)
+ exit(1);
+ } else if (opt != -1) {
+ if (optarg != 0) {
+- bzero(keyparm, 12);
++ memset(keyparm, 0, 12);
+ strncpy(keyparm, optarg, 11);
+ } else
+ strcpy(keyparm, "");