pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/pkgtools/libnbcompat/files/db/recno



Module Name:    pkgsrc
Committed By:   abs
Date:           Thu Jul 16 18:23:32 UTC 2009

Modified Files:
        pkgsrc/pkgtools/libnbcompat/files/db/recno: rec_open.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/pkgtools/libnbcompat/files/db/recno/rec_open.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index