]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 14 Jan 2005 16:30:18 +0000 (16:30 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 14 Jan 2005 16:30:18 +0000 (16:30 +0000)
ChangeLog

index 6963932623664b8b9857dbb3e8d326b9e02c2b92..19183ea9a4e07bd8114ca41c8cfb60ba3b83aafb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
 
        * Version 5.3.1.
 
+       The test, tests/tail/f-1, failed on powerpc-apple-darwin7.7.0.
+       * src/tail.c (IS_TAILABLE_FILE_TYPE): Adjust definition also to include
+       sockets, since that's what you get when reading from a command-line-
+       supplied pipe on Darwin 7.7.
+       (IS_PIPE_LIKE_FILE_TYPE): Define.
+       (main): Use new IS_PIPE_LIKE_FILE_TYPE rather than simply S_ISFIFO.
+       Reported by Nelson Beebe.
+
        * src/expr.c (toarith): Rewrite to detect/diagnose integer overflow,
        rather than suffering silently.
        Before, expr would silently overflow and wrap around: