OpenBSD fix committed
Brought to you by:
thesun
From: Shachar S. <rsy...@sh...> - 2005-04-23 12:30:37
|
Hi all, I just committed a fix to a problem that prevented rsyncrypto from working on OpenBSD. Apparently, either Linux or BSD has a somewhat strange behavior where mmap is used with PROT_WRITE but not PROT_READ. On BSD you can't do anything with the memory in question, while on Linux you can. This is a first step toward porting rsyncrypto to Windows, making it totally multi-platform. Shachar -- Shachar Shemesh Lingnu Open Source Consulting ltd. Have you backed up today's work? http://www.lingnu.com/backup.html |