Log Message: Change the logic from #ifdef MMAP_NOT_AVAILABLE /* Code which uses mmap, but with a comment saying we don't want to use it */ #endif to #if !defined(MMAP_NOT_AVAILABLE) && 0 /* Code which uses mmap, but with a comment saying we don't want to use it */ #endif so system without mmap() also work...
Revision | Action | file |
1.2 | modify | pkgsrc/pkgtools/libnbcompat/files/db/recno/rec_open.c |