summaryrefslogtreecommitdiff
path: root/net/pppd/patches/patch-at
diff options
context:
space:
mode:
Diffstat (limited to 'net/pppd/patches/patch-at')
-rw-r--r--net/pppd/patches/patch-at13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/pppd/patches/patch-at b/net/pppd/patches/patch-at
new file mode 100644
index 00000000000..ac52f25a4d4
--- /dev/null
+++ b/net/pppd/patches/patch-at
@@ -0,0 +1,13 @@
+$NetBSD: patch-at,v 1.1.1.1 2005/01/02 02:51:42 cube Exp $
+
+--- pppd/multilink.c.orig 2004-11-13 09:57:36.000000000 +0100
++++ pppd/multilink.c
+@@ -570,7 +570,7 @@ str_to_epdisc(ep, str)
+ if (*str == 0)
+ break;
+ if (p <= str)
+- for (p = str; isxdigit(*p); ++p)
++ for (p = str; isxdigit((unsigned char)*p); ++p)
+ ;
+ i = p - str;
+ if (i == 0)