From: Harlan Stenn Date: Mon, 23 Dec 2013 07:03:41 +0000 (+0000) Subject: [Bug 2516] Enable clock_gettime() support for AIX 5+ X-Git-Tag: NTP_4_2_7P403~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b4cd40b536a5cc1b4abe4eb9b0319a4df93d01b;p=thirdparty%2Fntp.git [Bug 2516] Enable clock_gettime() support for AIX 5+ bk: 52b7e04d6HLZlfDmAtG-sRxjd0ykZw --- diff --git a/ChangeLog b/ChangeLog index 6f4dc85f4..17db8d010 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* [Bug 2516] Enable clock_gettime() support for AIX 5+. (4.2.7p402) 2013/12/23 Released by Harlan Stenn * Incorporate Oliver Kindernay's GSoC 2013 scripts/ cleanup. (4.2.7p401) 2013/11/30 Released by Harlan Stenn diff --git a/sntp/m4/ntp_libntp.m4 b/sntp/m4/ntp_libntp.m4 index 2f1e2095e..004f491cd 100644 --- a/sntp/m4/ntp_libntp.m4 +++ b/sntp/m4/ntp_libntp.m4 @@ -55,8 +55,13 @@ case "$ac_busted_vpath_in_make$srcdir" in esac case "$host" in - *-*-aix[[4-9]]*) - # XXX only verified thru AIX6 + *-*-aix4*) + # Bug 2516: + # Was *-*-aix[[4-9]]* + # XXX only verified thru AIX6. But... + # Ken Link says this is fine for AIX 5.3 and 7.1, and sees no reason + # that this support would be in 5.3, removed in 6, and added back. + # # (prr) aix 4.1 doesn't have clock_settime, but in aix 4.3 it's a stub # (returning ENOSYS). I didn't check 4.2. If, in the future, # IBM pulls its thumbs out long enough to implement clock_settime,