summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-05-29 05:33:13 +0000
committerJim Meyering <jim@meyering.net>1995-05-29 05:33:13 +0000
commitf97e625d3de97f198da2ca9e8ec195856ba24961 (patch)
treea3a2dd2a989f80fb384d6d98355f6c0e96a7b6ce
parent95847323765bbe347117fa590a02de71b1a8efb3 (diff)
downloadcoreutils-f97e625d3de97f198da2ca9e8ec195856ba24961.tar.xz
merge with 1.11.4b
-rw-r--r--old/textutils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index d61b6e395..5778dce6a 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -6,6 +6,9 @@ Sun May 28 14:48:58 1995 Jim Meyering (meyering@comco.com)
Sat May 27 00:35:47 1995 Jim Meyering (meyering@comco.com)
+ * tail.c (main): Remove dcl of and statements that set now-unused
+ variable.
+
* system.h [!STDC_HEADERS && HAVE_MEMORY_H]: Include memory.h.
Without this, SunOS doesn't get type for memchr.
Reported by Kaveh Ghazi.