]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 774] parsesolaris.c does not compile under the new Solaris
authorHarlan Stenn <stenn@ntp.org>
Fri, 23 Feb 2007 07:47:57 +0000 (02:47 -0500)
committerHarlan Stenn <stenn@ntp.org>
Fri, 23 Feb 2007 07:47:57 +0000 (02:47 -0500)
bk: 45de9c2dxmGDbzdP6YaX_xnbMWLP3g

ChangeLog
libparse/Makefile.am

index e95d827a8bc7a82ab69d90ea6111234a754b1f90..8051bb305d3a9b92b8d113af9aacdca42ade0421 100644 (file)
--- 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.
index 75d04ba862520a85cdf70b2ea8e64151cfc92f8e..5d30704250bb1bf70d53066f352aace294e06fcb 100644 (file)
@@ -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