Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2002 04:35:14 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/gnu/usr.bin/cvs/lib config.h
Message-ID:  <200209021135.g82BZEQZ017271@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2002/09/02 04:35:13 PDT

  Modified files:
    gnu/usr.bin/cvs/lib  config.h 
  Log:
  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.
  
  Revision  Changes    Path
  1.11      +1 -1      src/gnu/usr.bin/cvs/lib/config.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209021135.g82BZEQZ017271>