From: Jim Meyering Date: Tue, 23 Nov 2004 09:15:05 +0000 (+0000) Subject: Revert last change, since it seems EBADF is always defined. X-Git-Tag: v5.3.0~349 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7080ab9623efed9c0ae9fd4fc7e08e14f021c867;p=thirdparty%2Fcoreutils.git Revert last change, since it seems EBADF is always defined. --- diff --git a/lib/closeout.c b/lib/closeout.c index 06ae79cd31..14aa1d3624 100644 --- a/lib/closeout.c +++ b/lib/closeout.c @@ -39,13 +39,6 @@ # include "unlocked-io.h" #endif -/* If EBADF is not defined then the code below can't possibly work -- - we'll need to know what value errno is set to when fclose fails to - close an already-closed stream. Ask the user to report it. */ -#ifndef EBADF -# error "EBADF is not defined: please report this to bug-gnulib@gnu.org" -#endif - static const char *file_name; /* Set the file name to be reported in the event an error is detected