summaryrefslogtreecommitdiff
path: root/comms/fidogate/patches/patch-ay
diff options
context:
space:
mode:
Diffstat (limited to 'comms/fidogate/patches/patch-ay')
-rw-r--r--comms/fidogate/patches/patch-ay22
1 files changed, 22 insertions, 0 deletions
diff --git a/comms/fidogate/patches/patch-ay b/comms/fidogate/patches/patch-ay
new file mode 100644
index 00000000000..3060bc6865b
--- /dev/null
+++ b/comms/fidogate/patches/patch-ay
@@ -0,0 +1,22 @@
+$NetBSD: patch-ay,v 1.1 2005/12/29 23:31:36 joerg Exp $
+
+--- src/common/misc.c.orig 2005-12-30 00:09:32.000000000 +0100
++++ src/common/misc.c
+@@ -124,7 +124,7 @@ char *str_lastp(char *s, size_t len)
+ */
+ char *str_lower(char *s)
+ {
+- char *p;
++ unsigned char *p;
+
+ if(!s)
+ return NULL;
+@@ -143,7 +143,7 @@ char *str_lower(char *s)
+ */
+ char *str_upper(char *s)
+ {
+- char *p;
++ unsigned char *p;
+
+ if(!s)
+ return NULL;