From 55a0c0e414f3f3f2fd30b5297f072b5a973d400a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 23 Sep 2013 10:56:51 +0300 Subject: Fix broken w32 build due to OUTPUT_SYNC -> NO_OUTPUT_SYNC inversion. w32/compat/posixfcn.c: Fix the forgotten OUTPUT_SYNC conditional. job.h: Ditto, but in a comment. --- w32/compat/posixfcn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'w32') diff --git a/w32/compat/posixfcn.c b/w32/compat/posixfcn.c index 9acc1b2..627fc50 100644 --- a/w32/compat/posixfcn.c +++ b/w32/compat/posixfcn.c @@ -26,7 +26,7 @@ this program. If not, see . */ #include "makeint.h" #include "job.h" -#ifdef OUTPUT_SYNC +#ifdef NO_OUTPUT_SYNC /* Support for OUTPUT_SYNC and related functionality. */ /* Emulation of fcntl that supports only F_GETFD and F_SETLKW. */ @@ -257,7 +257,7 @@ same_stream (FILE *f1, FILE *f2) return 0; } -#endif /* OUTPUT_SYNC */ +#endif /* !NO_OUTPUT_SYNC */ #if MAKE_LOAD -- cgit v1.2.3