From: Harlan Stenn Date: Fri, 23 Feb 2007 07:47:57 +0000 (-0500) Subject: [Bug 774] parsesolaris.c does not compile under the new Solaris X-Git-Tag: NTP_4_2_5P11~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5599ed9af241a19570a5c26587d818bd8dea6fa3;p=thirdparty%2Fntp.git [Bug 774] parsesolaris.c does not compile under the new Solaris bk: 45de9c2dxmGDbzdP6YaX_xnbMWLP3g --- diff --git a/ChangeLog b/ChangeLog index e95d827a8..8051bb305 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* [Bug 774] parsesolaris.c does not compile under the new Solaris. * [Bug 782] Remove P() macros from Windows files. * [Bug 778] ntpd fails to lock with drift=+500 when started with drift=-500. * [Bug 592] Trimble Thunderbolt GPS support. diff --git a/libparse/Makefile.am b/libparse/Makefile.am index 75d04ba86..5d3070425 100644 --- a/libparse/Makefile.am +++ b/libparse/Makefile.am @@ -165,4 +165,4 @@ parsesolaris.o: sys/systm.h sys/systm.h: mkdir sys && \ - sed -e 's/ffs(long)/ffs(int)/' < /usr/include/sys/systm.h > sys/systm.h + sed -e 'ffs(.*)/d' < /usr/include/sys/systm.h > sys/systm.h