summaryrefslogtreecommitdiff
path: root/security/putty/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'security/putty/patches/patch-ac')
-rw-r--r--security/putty/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/putty/patches/patch-ac b/security/putty/patches/patch-ac
deleted file mode 100644
index 963221e915d..00000000000
--- a/security/putty/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2005/04/13 16:45:46 rillig Exp $
-
---- logging.c.orig 2005-04-06 23:11:53.000000000 +0200
-+++ logging.c 2005-04-06 23:12:15.000000000 +0200
-@@ -361,7 +361,7 @@
- char c;
- s++;
- size = 0;
-- if (*s) switch (c = *s++, tolower(c)) {
-+ if (*s) switch (c = *s++, tolower((unsigned char)c)) {
- case 'y':
- size = strftime(buf, sizeof(buf), "%Y", tm);
- break;