summaryrefslogtreecommitdiff
path: root/ChangeLog.1
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.1')
-rw-r--r--ChangeLog.12
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.1 b/ChangeLog.1
index 1fb7b78fa62..b01a316f741 100644
--- a/ChangeLog.1
+++ b/ChangeLog.1
@@ -3528,7 +3528,7 @@
Port to Solaris 8.
Without this change, 'configure' fails because the recently-added
wait3 prototype in config.h messes up later 'configure' tests.
- Fix this problem by droping wait3 and WRETCODE, as they're
+ Fix this problem by dropping wait3 and WRETCODE, as they're
no longer needed on hosts that are current porting targets.
* configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
All uses changed to waitpid and WEXITSTATUS.