From 8083e03291b6d21c0f538163e187b4e8cd5594e4 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Tue, 17 Sep 2013 11:55:38 +0300 Subject: xz: Add a missing test for TUKLIB_DOSLIKE. --- src/xz/file_io.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/xz/file_io.c b/src/xz/file_io.c index fb8d64bd..f135cf7c 100644 --- a/src/xz/file_io.c +++ b/src/xz/file_io.c @@ -658,6 +658,7 @@ io_open_src(const char *src_name) static void io_close_src(file_pair *pair, bool success) { +#ifndef TUKLIB_DOSLIKE if (restore_stdin_flags) { assert(pair->src_fd == STDIN_FILENO); @@ -668,6 +669,7 @@ io_close_src(file_pair *pair, bool success) "to standard input: %s"), strerror(errno)); } +#endif if (pair->src_fd != STDIN_FILENO && pair->src_fd != -1) { #ifdef TUKLIB_DOSLIKE -- cgit v1.2.3