summaryrefslogtreecommitdiff
path: root/comms/synce-rra/patches/patch-ac
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-10-13 16:57:41 +0000
committerwiz <wiz@pkgsrc.org>2005-10-13 16:57:41 +0000
commiteee6f284b8a8bf86d8ba8b3fccd8615bf31a6cf9 (patch)
treed822e24df3e21675dfb80f7ca22fa253bd911ec3 /comms/synce-rra/patches/patch-ac
parentda56ea19602b5756c9bd0f3c149f473382a64608 (diff)
downloadpkgsrc-eee6f284b8a8bf86d8ba8b3fccd8615bf31a6cf9.tar.gz
Initial import of synce-rra-0.9.1.
SynCE is a project for connecting to devices running Windows CE or Pocket PC. RRA implements the Remote Replication Agent Connection protocol for synchronising objects between a Windows CE device and another computer.
Diffstat (limited to 'comms/synce-rra/patches/patch-ac')
-rw-r--r--comms/synce-rra/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/synce-rra/patches/patch-ac b/comms/synce-rra/patches/patch-ac
new file mode 100644
index 00000000000..d455bc566d4
--- /dev/null
+++ b/comms/synce-rra/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 2005/10/13 16:57:41 wiz Exp $
+
+--- lib/parser.h.orig 2004-01-04 21:22:08.000000000 +0100
++++ lib/parser.h
+@@ -27,7 +27,7 @@ void parser_component_add_parser_compone
+ void parser_component_add_parser_property (ParserComponent* self, ParserProperty* pt);
+
+ /* helper functions */
+-bool parser_duration_to_seconds (const char* duration, int* seconds);
++bool parser_duration_to_seconds (const unsigned char* duration, int* seconds);
+ bool parser_datetime_to_struct (const char* datetime, struct tm* tm, bool* is_utc);
+ bool parser_datetime_to_unix_time(const char* datetime, time_t* unix_time, bool* is_utc);
+