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, 0 insertions, 13 deletions
diff --git a/comms/synce-rra/patches/patch-ae b/comms/synce-rra/patches/patch-ae
deleted file mode 100644
index 3df12432b7c..00000000000
--- a/comms/synce-rra/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$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)