diff options
-rw-r--r-- | net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c | 4 | ||||
-rw-r--r-- | net/gnomenetstatus/files/patch-src_netstatus-sysdeps.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c b/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c index 9a29aefb1..5b80d1865 100644 --- a/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c +++ b/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c @@ -1,5 +1,5 @@ --- src/netstatus-sysdeps.c.orig Mon Jun 9 13:18:04 2003 -+++ src/netstatus-sysdeps.c Sat Dec 6 17:11:01 2003 ++++ src/netstatus-sysdeps.c Sat Dec 6 17:25:49 2003 @@ -27,10 +27,13 @@ #include <stdio.h> @@ -96,7 +96,7 @@ + *in_bytes = -1; + *out_bytes = -1; + -+ cmd = g_strdup_printf ("/usr/bin/netstat netstat -I %s -b -f inet", iface); ++ cmd = g_strdup_printf ("/usr/bin/netstat netstat -n -I %s -b -f inet", iface); + command_line = g_strsplit (cmd, " ", -1); + g_free (cmd); + diff --git a/net/gnomenetstatus/files/patch-src_netstatus-sysdeps.c b/net/gnomenetstatus/files/patch-src_netstatus-sysdeps.c index 9a29aefb1..5b80d1865 100644 --- a/net/gnomenetstatus/files/patch-src_netstatus-sysdeps.c +++ b/net/gnomenetstatus/files/patch-src_netstatus-sysdeps.c @@ -1,5 +1,5 @@ --- src/netstatus-sysdeps.c.orig Mon Jun 9 13:18:04 2003 -+++ src/netstatus-sysdeps.c Sat Dec 6 17:11:01 2003 ++++ src/netstatus-sysdeps.c Sat Dec 6 17:25:49 2003 @@ -27,10 +27,13 @@ #include <stdio.h> @@ -96,7 +96,7 @@ + *in_bytes = -1; + *out_bytes = -1; + -+ cmd = g_strdup_printf ("/usr/bin/netstat netstat -I %s -b -f inet", iface); ++ cmd = g_strdup_printf ("/usr/bin/netstat netstat -n -I %s -b -f inet", iface); + command_line = g_strsplit (cmd, " ", -1); + g_free (cmd); + |