From 278d4456c4aed7b4d066b5e14da1857fb78f67fb Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Sat, 19 Feb 2000 03:59:10 +0000 Subject: [PATCH] * build fix 2000-02-18 Frank Ch. Eigler * resrc.c: Remove unmatched #if for cygwin. --- binutils/ChangeLog | 4 ++++ binutils/resrc.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f85d26c..c7b1716 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2000-02-18 Frank Ch. Eigler + + * resrc.c: Remove unmatched #if for cygwin. + 2000-02-14 Fernando Nasser * binutils.texi: Document the change of flavor name from atpcs-special diff --git a/binutils/resrc.c b/binutils/resrc.c index b38c75d..8c3c9a7 100644 --- a/binutils/resrc.c +++ b/binutils/resrc.c @@ -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 -- 2.7.4