From 0dd2834cd26830fe0ec8caef8c9e6bae680ee110 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 1 Jun 2003 21:42:54 +0000 Subject: [PATCH] . --- ChangeLog | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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. -- 2.47.2