From 8d550c12b86161cd865102f2fc0e8730c9fd59c9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 12 Dec 2006 14:34:23 +0100 Subject: * src/system.h (SETVBUF): Remove definition, now that the autoconf macro, AC_FUNC_SETVBUF_REVERSED, does nothing. * src/tee.c (tee_files): s/SETVBUF/setvbuf/. * src/od.c (open_next_file): Likewise. --- src/od.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/od.c') diff --git a/src/od.c b/src/od.c index a0c247401..706a46925 100644 --- a/src/od.c +++ b/src/od.c @@ -928,7 +928,7 @@ open_next_file (void) while (in_stream == NULL); if (limit_bytes_to_format & !flag_dump_strings) - SETVBUF (in_stream, NULL, _IONBF, 0); + setvbuf (in_stream, NULL, _IONBF, 0); return ok; } -- cgit v1.2.3-54-g00ecf