summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-12-12 14:34:23 +0100
committerJim Meyering <jim@meyering.net>2006-12-12 14:34:23 +0100
commit8d550c12b86161cd865102f2fc0e8730c9fd59c9 (patch)
tree1687d08ce44898556f6cf5c7e150e60ca6f58dfb /src/system.h
parent0ee9adb1fa225720b54eae1e3f45a43a1c8827a8 (diff)
downloadcoreutils-8d550c12b86161cd865102f2fc0e8730c9fd59c9.tar.xz
* 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.
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/system.h b/src/system.h
index 9cc144c76..2a9091390 100644
--- a/src/system.h
+++ b/src/system.h
@@ -389,14 +389,6 @@ readdir_ignoring_dot_and_dotdot (DIR *dirp)
}
}
-#if SETVBUF_REVERSED
-# define SETVBUF(Stream, Buffer, Type, Size) \
- setvbuf (Stream, Type, Buffer, Size)
-#else
-# define SETVBUF(Stream, Buffer, Type, Size) \
- setvbuf (Stream, Buffer, Type, Size)
-#endif
-
/* Factor out some of the common --help and --version processing code. */
/* These enum values cannot possibly conflict with the option values