]> arthur.barton.de Git - bup.git/commit
Wrap mmap calls to help with portability.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 24 Jan 2010 22:18:25 +0000 (17:18 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 24 Jan 2010 22:59:28 +0000 (17:59 -0500)
commit76f2490d27f2e72da941849c6f1c11444a53f49c
tree657f8eab48a155dea5941c0fec6ed340f6611d45
parenta2e3433daa1a4661a73220e076b0a35d302482f4
Wrap mmap calls to help with portability.

python2.4 in 'fink' on MacOS X seems to not like it when you pass a file
length of 0, even though that's supposed to mean "determine map size
automatically."
git.py
helpers.py
index.py