This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: I know CVS is hosed


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,


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]