openbsd-ports/net/csync/patches/patch-src_vio_csync_vio_c
ajacoutot c93da52ff2 Import csync-0.50.6.
csync is a lightweight utility to synchronize files between two
directories on a system or between multiple systems.
<...>

inputs/ok jasper@

NOTE that currently the owncloud module is commented in the PLIST
because there is something wrong with our neon library for webdav which
segfaults. I am working on this -- for now at least local and sftp sync
work fine.
2012-06-18 08:51:46 +00:00

13 lines
466 B
Plaintext

$OpenBSD: patch-src_vio_csync_vio_c,v 1.1.1.1 2012/06/18 08:51:46 ajacoutot Exp $
--- src/vio/csync_vio.c.orig Mon May 21 09:50:38 2012
+++ src/vio/csync_vio.c Sat Jun 16 11:07:57 2012
@@ -50,7 +50,7 @@
int csync_vio_init(CSYNC *ctx, const char *module, const char *args) {
csync_stat_t sb;
char *path = NULL;
- char *err = NULL;
+ const char *err = NULL;
csync_vio_method_t *m = NULL;
csync_vio_method_init_fn init_fn;
const _TCHAR *mpath = NULL;