[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[rdiff-backup-users] Patch so rdiff-backup builds with librsync CVS
From: |
Mark Bucciarelli |
Subject: |
[rdiff-backup-users] Patch so rdiff-backup builds with librsync CVS |
Date: |
Thu, 24 Jul 2003 14:49:42 -0400 |
User-agent: |
KMail/1.5 |
Looks like the header file in librsync has changed from rsync.h to librsync.h
in librsync CVS. I had to apply the enclosed patch to get rdiff-backup to
build against librsync CVS.
--- _librsyncmodule.c.orig 2003-07-24 14:42:37.000000000 -0400
+++ _librsyncmodule.c 2003-07-24 14:42:52.000000000 -0400
@@ -13,7 +13,7 @@
* ----------------------------------------------------------------------- */
#include <Python.h>
-#include <rsync.h>
+#include <librsync.h>
#define RS_JOB_BLOCKSIZE 65536
static PyObject *librsyncError;
Regards,
--
Mark Bucciarelli, www.hubcapconsulting.com
He who receives an idea from me, receives instruction himself
without lessening mine; as he who lights his taper at mine receives
light without darkening me. -- Thomas Jefferson
- [rdiff-backup-users] Patch so rdiff-backup builds with librsync CVS,
Mark Bucciarelli <=