]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 15 Jan 2005 17:24:58 +0000 (17:24 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 Jan 2005 17:24:58 +0000 (17:24 +0000)
ChangeLog

index 0344e75926392afba7792e33ac051bbaf53b496e..1e27636a3e3b55396cefd6f9f92babc9397d23f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,8 @@
        (IS_PIPE_LIKE_FILE_TYPE): Define.
        (main): Use new IS_PIPE_LIKE_FILE_TYPE rather than simply S_ISFIFO.
        Reported by Nelson Beebe.
+       This same change is also required on NetBSD/sparc-1.5.
+       Reported by Adrian Bunk.
 
        * src/expr.c (toarith): Rewrite to detect/diagnose integer overflow,
        rather than suffering silently.