K 10 svn:author V 5 peter K 8 svn:date V 27 2002-09-02T11:35:13.000000Z K 7 svn:log V 249 cvs-1.11.2 seems to bug out if HAVE_MMAP is not defined. It hoses its internal buffer management somehow (an off by one perhaps). HAVE_MMAP wasn't detected because configure has a bogus declaration of malloc which conflicted with stdlib.h. Sigh. END