diff options
author | Eric Blake <ebb9@byu.net> | 2007-08-20 17:01:18 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-08-20 17:03:45 +0200 |
commit | feed02af9d09527745d10138cc08da9ed0702b7e (patch) | |
tree | acf5df1c403e748267ce956baf720e0bbd26ca0e /lib/.cvsignore | |
parent | a05ae2f7168f42d290512ae919bb9ce4aa4d7063 (diff) | |
download | coreutils-feed02af9d09527745d10138cc08da9ed0702b7e.tar.xz |
Avoid consuming too much seekable input when yesno is used.
* bootstrap.conf (gnulib_modules): Grab closein.
* src/system.h (includes): Also include closein.h.
* src/mv.c (main): Use close_stdin, not close_stdout.
* src/cp.c (main): Likewise.
* src/ln.c (main): Likewise.
* src/rm.c (main): Likewise.
* src/install.c (main): Likewise.
* NEWS: Document the fix.
Diffstat (limited to 'lib/.cvsignore')
-rw-r--r-- | lib/.cvsignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/.cvsignore b/lib/.cvsignore index ae85b19f6..fd17849ff 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -42,6 +42,8 @@ cloexec.c cloexec.h close-stream.c close-stream.h +closein.c +closein.h closeout.c closeout.h concatpath.c @@ -83,6 +85,7 @@ fcntl-safer.h fcntl.h fcntl_.h fd-safer.c +fflush.c file-has-acl.c file-type.c file-type.h @@ -103,6 +106,10 @@ fnmatch_loop.c fopen-safer.c fprintftime.c fprintftime.h +fpurge.c +fpurge.h +freading.c +freading.h free.c fseeko.c fstatat.c |