summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gkrellm/patches/patch-ak')
-rw-r--r--sysutils/gkrellm/patches/patch-ak13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/gkrellm/patches/patch-ak b/sysutils/gkrellm/patches/patch-ak
new file mode 100644
index 00000000000..56c9ed50209
--- /dev/null
+++ b/sysutils/gkrellm/patches/patch-ak
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.1 2005/03/22 14:57:12 cube Exp $
+
+--- src/net.c.orig 2005-03-20 18:11:02.000000000 +0100
++++ src/net.c
+@@ -158,7 +158,7 @@ strcmp_net_name(NetMon *net1, NetMon *ne
+ gint n, n1, n2, len;
+
+ for (s = net1->name; *s; ++s)
+- if (isdigit(*s))
++ if (isdigit((unsigned char)*s))
+ break;
+ if (!*s)
+ return strcmp(net1->name, net2->name);