diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-03-09 20:59:00 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-03-09 20:59:00 +0100 |
commit | 7744992874e623136797febd669b5b40e0a18178 (patch) | |
tree | 39bb948e06271e76586906c60466be421120ff55 /package/iptraf/patches/patch-src_ifstats_c | |
parent | 4a619c92b7a63e852a019186ece93a76eeea4acf (diff) | |
parent | 2261e8e2b3cda815ac79bd934756b94a3fa67fe5 (diff) |
Merge branch 'master' of git://www.openadk.org/git/openadk
Diffstat (limited to 'package/iptraf/patches/patch-src_ifstats_c')
-rw-r--r-- | package/iptraf/patches/patch-src_ifstats_c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/iptraf/patches/patch-src_ifstats_c b/package/iptraf/patches/patch-src_ifstats_c index 555c93075..ac8f39d61 100644 --- a/package/iptraf/patches/patch-src_ifstats_c +++ b/package/iptraf/patches/patch-src_ifstats_c @@ -1,6 +1,6 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- iptraf-3.0.0.orig/src/ifstats.c 2005-09-13 08:42:54.000000000 +0200 -+++ iptraf-3.0.0/src/ifstats.c 2009-05-21 23:05:17.000000000 +0200 +--- iptraf-3.0.1.orig/src/ifstats.c 2005-09-13 08:42:54.000000000 +0200 ++++ iptraf-3.0.1/src/ifstats.c 2013-03-04 11:35:39.000000000 +0100 @@ -167,7 +167,7 @@ void initiflist(struct iflist **list) */ @@ -19,7 +19,7 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ (*ptmp)->index = plast->index + 1; plast->next_entry = *ptmp; (*ptmp)->prev_entry = plast; -@@ -879,7 +879,7 @@ void detstats(char *iface, const struct +@@ -879,7 +879,7 @@ void detstats(char *iface, const struct update_panels(); doupdate(); |