build fix for cygwin
Frank Ch. Eigler
fche@cygnus.com
Fri Feb 18 16:48:00 GMT 2000
Hi -
May I commit this build fix?
2000-02-18 Frank Ch. Eigler <fche@redhat.com>
* resrc.c: Remove unmatched #if for cygwin.
Index: resrc.c
===================================================================
RCS file: /cvs/src/src/binutils/resrc.c,v
retrieving revision 1.6
diff -p -u -r1.6 resrc.c
--- resrc.c 2000/01/07 22:33:48 1.6
+++ resrc.c 2000/02/19 00:47:55
@@ -67,7 +67,6 @@
#endif /* defined (_WIN32) && ! defined (__CYGWIN__) */
#endif /* ! HAVE_SYS_WAIT_H */
-#if defined (_WIN32) && ! defined (__CYGWIN32__)
#ifndef STDOUT_FILENO
#define STDOUT_FILENO 1
#endif
More information about the Binutils
mailing list