diff options
-rw-r--r-- | sysutils/duplicity-devel/files/patch-librsyncmodule.c | 19 | ||||
-rw-r--r-- | sysutils/duplicity/files/patch-librsyncmodule.c | 19 | ||||
-rw-r--r-- | sysutils/duplicity05/files/patch-librsyncmodule.c | 19 |
3 files changed, 57 insertions, 0 deletions
diff --git a/sysutils/duplicity-devel/files/patch-librsyncmodule.c b/sysutils/duplicity-devel/files/patch-librsyncmodule.c new file mode 100644 index 000000000000..d8e0db197e1e --- /dev/null +++ b/sysutils/duplicity-devel/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; diff --git a/sysutils/duplicity/files/patch-librsyncmodule.c b/sysutils/duplicity/files/patch-librsyncmodule.c new file mode 100644 index 000000000000..d8e0db197e1e --- /dev/null +++ b/sysutils/duplicity/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; 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; |