diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-08-14 10:01:16 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-08-14 10:01:16 +0000 |
commit | ebdc9229acc070e4d2c1708a979ba7a36e4a6462 (patch) | |
tree | cc09b183bd6bda496c5835ae4687d2923db3364f /sysutils/duplicity05 | |
parent | 0daff35eff7f96b41e832efe4dc4552b4f53afba (diff) | |
download | ports-ebdc9229acc070e4d2c1708a979ba7a36e4a6462.tar.gz ports-ebdc9229acc070e4d2c1708a979ba7a36e4a6462.zip |
Notes
Diffstat (limited to 'sysutils/duplicity05')
-rw-r--r-- | sysutils/duplicity05/files/patch-librsyncmodule.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/duplicity05/files/patch-librsyncmodule.c b/sysutils/duplicity05/files/patch-librsyncmodule.c new file mode 100644 index 000000000000..d8e0db197e1e --- /dev/null +++ b/sysutils/duplicity05/files/patch-librsyncmodule.c @@ -0,0 +1,19 @@ +*** _librsyncmodule.c.orig Sat Aug 9 17:26:51 2003 +--- _librsyncmodule.c Sat Aug 9 17:26:59 2003 +*************** +*** 13,19 **** + * ----------------------------------------------------------------------- */ + + #include <Python.h> +! #include <rsync.h> + #define RS_JOB_BLOCKSIZE 65536 + + static PyObject *librsyncError; +--- 13,19 ---- + * ----------------------------------------------------------------------- */ + + #include <Python.h> +! #include <librsync.h> + #define RS_JOB_BLOCKSIZE 65536 + + static PyObject *librsyncError; |