summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortriaxx <triaxx@pkgsrc.org>2018-02-20 15:20:16 +0000
committertriaxx <triaxx@pkgsrc.org>2018-02-20 15:20:16 +0000
commitf165e7df3084383b237315ae30baf8c920ffd4c7 (patch)
tree5037c9ab0e6d7611125dca488e76a9a16b9a6227 /net
parent4bb8865ab051e7bd0a24a26acb248b23e58ffc62 (diff)
downloadpkgsrc-f165e7df3084383b237315ae30baf8c920ffd4c7.tar.gz
Remove outdated patch
Diffstat (limited to 'net')
-rw-r--r--net/3proxy/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/3proxy/patches/patch-aa b/net/3proxy/patches/patch-aa
deleted file mode 100644
index 5ded78fed97..00000000000
--- a/net/3proxy/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2015/04/06 02:26:53 rodent Exp $
-
---- src/3proxy.c.orig 2015-02-17 13:07:20.000000000 +0000
-+++ src/3proxy.c
-@@ -1550,7 +1550,7 @@ static int h_ace(int argc, unsigned char
- unsigned long lim;
-
- tl->comment = ( char *)argv[1];
-- while(isdigit(*tl->comment))tl->comment++;
-+ while(isdigit((unsigned char)*tl->comment))tl->comment++;
- if(*tl->comment== '/')tl->comment++;
- tl->comment = mystrdup(tl->comment);
-