diff options
Diffstat (limited to 'src/tac.c')
-rw-r--r-- | src/tac.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -48,7 +48,7 @@ tac -r -s '.\| #include "filenamecat.h" #include "safe-read.h" #include "stdlib--.h" -#include "xsetmode.h" +#include "xbinary-io.h" /* The official name of this program (e.g., no 'g' prefix). */ #define PROGRAM_NAME "tac" @@ -572,7 +572,7 @@ tac_file (const char *filename) have_read_stdin = true; fd = STDIN_FILENO; filename = _("standard input"); - xsetmode (STDIN_FILENO, O_BINARY); + xset_binary_mode (STDIN_FILENO, O_BINARY); } else { @@ -687,7 +687,7 @@ main (int argc, char **argv) ? (char const *const *) &argv[optind] : default_file_list); - xsetmode (STDOUT_FILENO, O_BINARY); + xset_binary_mode (STDOUT_FILENO, O_BINARY); { size_t i; |