diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-22 14:10:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-22 14:10:07 +0000 |
commit | 6cfbe9468ad8196a259ce81906e36bb0a65e5df8 (patch) | |
tree | 35e1ee35e26dd2afe6bf0c2df982af890c98d5a3 | |
parent | 630d0d3f8dfd772a20d71de575ac0fbeb4351e66 (diff) | |
download | coreutils-6cfbe9468ad8196a259ce81906e36bb0a65e5df8.tar.xz |
.
-rw-r--r-- | old/textutils/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 675da57a5..49a086ae6 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,8 @@ 1999-11-22 Jim Meyering <meyering@ascend.com> + * lib/Makefile.am (DISTCLEANFILES): Put $(BUILT_SOURCES) here rather + than in $(MAINTAINERCLEANFILES). + * src/tail.c (recheck): Handle a race condition (including <dev,inode> reuse) that would lead to a failed assertion. Reported by Ken Pizzini. |