From 13294f95172c68a5e77143f917231e0f17f37537 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 1 Aug 2012 21:14:48 -0700 Subject: 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 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. * src/syswait.h (WRETCODE): Remove, consistently with ../configure.ac. --- admin/CPP-DEFINES | 1 - admin/ChangeLog | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'admin') diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 47963edecab..f020a7d3a3f 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES @@ -227,7 +227,6 @@ USG USG5 USG_SUBTTY_WORKS VALBITS -WRETCODE XOS_NEEDS_TIME_H _AIX _ARCH_PPC64 diff --git a/admin/ChangeLog b/admin/ChangeLog index 54ac7b4edd7..bc1b4247d3f 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,8 @@ +2012-08-02 Paul Eggert + + Port to Solaris 8. + * CPP-DEFINES (WRETCODE): Remove. + 2012-08-01 Dmitry Antipov * coccinelle/overlay.cocci: Semantic patch to replace direct -- cgit v1.2.1