The test, tests/tail/f-1, failed on powerpc-apple-darwin7.7.0.
authorJim Meyering <jim@meyering.net>
Fri, 14 Jan 2005 16:30:15 +0000 (16:30 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 14 Jan 2005 16:30:15 +0000 (16:30 +0000)
commit85d111b3be6a8adb0a45865ccbbc006a76f2a69b
tree34905df00a44d70e2e60aba298106b76489dac87
parent6e46196ae9c785368b73d417123425a2115b84c1
The test, tests/tail/f-1, failed on powerpc-apple-darwin7.7.0.

(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.
This same change is also required on NetBSD/sparc-1.5.
Reported by Adrian Bunk.
src/tail.c