Subject: CVS commit: pkgsrc/pkgtools/libnbcompat/files/db/recno
From: David Brownlee
Date: 2009-07-16 20:23:32
Message id: 20090716182332.5F2FD175D0@cvs.netbsd.org

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...

Files:
RevisionActionfile
1.2modifypkgsrc/pkgtools/libnbcompat/files/db/recno/rec_open.c