From: Jim Meyering Date: Sun, 1 Jun 2003 21:42:54 +0000 (+0000) Subject: . X-Git-Tag: v5.0.1~420 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=0dd2834cd26830fe0ec8caef8c9e6bae680ee110;p=thirdparty%2Fcoreutils.git . --- diff --git a/ChangeLog b/ChangeLog index d6cdd7b1d2..a159d52992 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,13 +5,8 @@ Avoid a race condition in `tail -f' described by Ken Raeburn in http://mail.gnu.org/archive/html/bug-textutils/2003-05/msg00007.html * src/tail.c (file_lines): Add new parameter, *read_pos, and set it. - (pipe_lines): Likewise. - (pipe_bytes): Likewise. - (start_bytes): Likewise. - (start_lines): Likewise. - (tail_bytes): Likewise. - (tail_lines): Likewise. - (tail): Likewise. + (pipe_lines, pipe_bytes, start_bytes, start_lines): Likewise. + (tail_bytes, tail_lines, tail): Likewise. (tail_file): Use the new `read_pos' value as the size, rather than stats.st_size from the fstat call.