summaryrefslogtreecommitdiff
path: root/comms/synce-rra/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'comms/synce-rra/patches/patch-ae')
-rw-r--r--comms/synce-rra/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/synce-rra/patches/patch-ae b/comms/synce-rra/patches/patch-ae
new file mode 100644
index 00000000000..3df12432b7c
--- /dev/null
+++ b/comms/synce-rra/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1.1.1 2005/10/13 16:57:41 wiz Exp $
+
+--- lib/timezone.c.orig 2005-03-05 21:37:51.000000000 +0100
++++ lib/timezone.c
+@@ -126,7 +126,7 @@ exit:
+ void rra_timezone_create_id(RRA_Timezone* tzi, char** id)/*{{{*/
+ {
+ char* name = wstr_to_ascii(tzi->StandardName);
+- char* p;
++ unsigned char* p;
+ char buffer[128];
+
+ if (!id)