From: Dave Hart Date: Sun, 22 Mar 2009 21:09:43 +0000 (+0000) Subject: Makefile.am, ChangeLog: X-Git-Tag: NTP_4_2_4P7_RC1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9154ac5cfa2cdf1e31ae03e73cfbedb8eff967b9;p=thirdparty%2Fntp.git Makefile.am, ChangeLog: [Bug 774] parsesolaris.c does not compile under the new Solaris bk: 49c6a9170KkVHg-YRT0LNC8LkEoCMQ --- diff --git a/ChangeLog b/ChangeLog index 2f6babec8..9eb3e174e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* [Bug 774] parsesolaris.c does not compile under the new Solaris * [Bug 873] Windows serial refclock proper TTY line discipline emulation * [Bug 1014] Enable building with VC9 (in Visual Studio 2008, Visual C++ 2008, or SDK) * [Bug 1117] Deferred interface binding under Windows works only correctly diff --git a/libparse/Makefile.am b/libparse/Makefile.am index c2c403637..8e21463b2 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