summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rdiff-backup/CHANGELOG1
-rwxr-xr-xrdiff-backup/rdiff_backup/compilec.py5
-rwxr-xr-xrdiff-backup/testing/chdir-wrapper2
3 files changed, 2 insertions, 6 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index 00d34d3..0ff4a92 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -9,7 +9,6 @@ Fixed seg fault bug reported by a couple sparc+openbsd users. Thanks
to Dave Steinberg for giving me an account on his system for testing.
-
New in v0.10.1 (2002/09/16)
---------------------------
diff --git a/rdiff-backup/rdiff_backup/compilec.py b/rdiff-backup/rdiff_backup/compilec.py
index 4714cf3..696d351 100755
--- a/rdiff-backup/rdiff_backup/compilec.py
+++ b/rdiff-backup/rdiff_backup/compilec.py
@@ -9,10 +9,7 @@ sys.argv.append("build")
setup(name="CModule",
version="0.9.0",
description="rdiff-backup's C component",
- ext_modules=[Extension("C", ["cmodule.c"],
- define_macros=[("_LARGEFILE_SOURCE", 1),
- ("_FILE_OFFSET_BITS", 64),
- ("_LARGE_FILES", 1)]),
+ ext_modules=[Extension("C", ["cmodule.c"]),
Extension("_librsync",
["_librsyncmodule.c"],
libraries=["rsync"])])
diff --git a/rdiff-backup/testing/chdir-wrapper b/rdiff-backup/testing/chdir-wrapper
index 6002617..4402d4d 100755
--- a/rdiff-backup/testing/chdir-wrapper
+++ b/rdiff-backup/testing/chdir-wrapper
@@ -13,4 +13,4 @@ if len(sys.argv) > 1: os.chdir(sys.argv[1])
#PipeConnection(sys.stdin, sys.stdout).Server()
#os.system("/home/ben/prog/python/rdiff-backup/rdiff-backup --server")
-os.system("/home/ben/prog/python/rdiff-backup/testing/server.py /home/ben/prog/python/rdiff-backup/rdiff_backup")
+os.system("/home/ben/prog/rdiff-backup/testing/server.py /home/ben/prog/rdiff-backup/rdiff_backup")