diff options
author | Jim Meyering <jim@meyering.net> | 2006-12-12 14:34:23 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-12-12 14:34:23 +0100 |
commit | 8d550c12b86161cd865102f2fc0e8730c9fd59c9 (patch) | |
tree | 1687d08ce44898556f6cf5c7e150e60ca6f58dfb /ChangeLog | |
parent | 0ee9adb1fa225720b54eae1e3f45a43a1c8827a8 (diff) | |
download | coreutils-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 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-12-12 Jim Meyering <jim@meyering.net> + + * 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. + 2006-12-09 Jim Meyering <jim@meyering.net> * man/Makefile.am (.x.1): Make help2man use $(PACKAGE_STRING) as the |