Re: [Patch] src/winsup/mingw/include/process.h __STRICT_ANSI__

2004-03-12 Thread Christopher Faylor
On Thu, Mar 11, 2004 at 07:23:37PM -0500, Brian Keener wrote:
I notice when trying to compile the #endif got left behind.  Sure you found it by 
now.

2004-03-11  Brian Keener  [EMAIL PROTECTED]

* include/process.h:  Remove the #endif associated with removal of
__STRICT_ANSI__ guard from non-ANSI header.

I've taken the libiberty of applying this patch since it is stalling my
ability to generate a snapshot.

I hope Danny won't mind.

cgf


[Patch] src/winsup/mingw/include/process.h __STRICT_ANSI__

2004-03-11 Thread Brian Keener
I notice when trying to compile the #endif got left behind.  Sure you found it by 
now.

bk

2004-03-11  Brian Keener  [EMAIL PROTECTED]

* include/process.h:  Remove the #endif associated with removal of
__STRICT_ANSI__ guard from non-ANSI header.

Index: ./src/src/winsup/mingw/include/process.h
===
RCS file: /cvs/src/src/winsup/mingw/include/process.h,v
retrieving revision 1.5
diff -p -2 -r1.5 process.h
*** ./src/src/winsup/mingw/include/process.h   11 Mar 2004 09:41:08 -  1.5
--- ./src/src/winsup/mingw/include/process.h   11 Mar 2004 21:49:28 -
*** _CRTIMP int __cdecl spawnvpe (int, const
*** 153,156 
  
  #endif   /* _PROCESS H_ not defined */
- 
- #endif   /* Not __STRICT_ANSI__ */
--- 153,154