Re: head broken on openbsd

2007-10-31 Thread Don Stewart
dons: > > The change to use remap in Linker.c has broken the mmap Linker.c > implementation on OpenBSD, and other BSDs. > > #ifndef linux_HOST_OS /* mremap is a linux extension */ > #error ocAllocateSymbolExtras doesnt want USE_MMAP to be defined > #endif > > Do we know why this

head broken on openbsd

2007-10-31 Thread Don Stewart
The change to use remap in Linker.c has broken the mmap Linker.c implementation on OpenBSD, and other BSDs. #ifndef linux_HOST_OS /* mremap is a linux extension */ #error ocAllocateSymbolExtras doesnt want USE_MMAP to be defined #endif Do we know why this was done? USE_MMAP worke