summaryrefslogtreecommitdiff
path: root/comms/synce-rra/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'comms/synce-rra/patches/patch-aa')
-rw-r--r--comms/synce-rra/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/comms/synce-rra/patches/patch-aa b/comms/synce-rra/patches/patch-aa
deleted file mode 100644
index 991089bf78d..00000000000
--- a/comms/synce-rra/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/10/13 16:57:41 wiz Exp $
-
---- lib/contact.c.orig 2005-05-13 13:35:28.000000000 +0200
-+++ lib/contact.c
-@@ -684,7 +684,7 @@ static uint32_t address_ids[ADDRESS_FIEL
- {ID_HOME_COUNTRY, ID_WORK_COUNTRY, ID_OTHER_COUNTRY} /* country */
- };
-
--static char* strdup_quoted_printable(const char* source)/*{{{*/
-+static char* strdup_quoted_printable(const unsigned char* source)/*{{{*/
- {
- char* result = malloc(strlen(source) + 1);
- char* dest = result;