summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0344e7592..1e27636a3 100644
--- 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.