Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Thu, 6 Sep 2001 13:33:34 -0400 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: I know CVS is hosed Message-ID: <20010906133334.C31668@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: <20010906113843 DOT A30174 AT redhat DOT com> <1614189623 DOT 20010906194903 AT logos-m DOT ru> <20010906115913 DOT A30555 AT redhat DOT com> <20010906124935 DOT A31212 AT redhat DOT com> <20010906192727 DOT P537 AT cygbert DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010906192727.P537@cygbert.vinschen.de> User-Agent: Mutt/1.3.21i On Thu, Sep 06, 2001 at 07:27:27PM +0200, Corinna Vinschen wrote: >On Thu, Sep 06, 2001 at 12:49:35PM -0400, Christopher Faylor wrote: >> In the meantime, if you could check out the enclosed patch and verify >> or disappoint, I'd be grateful. > >What exactly should HEAP_FREE be defined as??? Currently it isn't >anywhere. Sorry. cgf Index: cygheap.h =================================================================== RCS file: /cvs/uberbaum/winsup/cygwin/cygheap.h,v retrieving revision 1.21 diff -p -r1.21 cygheap.h *** cygheap.h 2001/09/06 03:39:18 1.21 --- cygheap.h 2001/09/06 17:32:41 *************** details. */ *** 12,17 **** --- 12,18 ---- enum cygheap_types { + HEAP_FREE = 0, HEAP_FHANDLER, HEAP_STR, HEAP_ARGV,