]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Makefile.am, ChangeLog:
authorDave Hart <hart@ntp.org>
Sun, 22 Mar 2009 21:09:43 +0000 (21:09 +0000)
committerDave Hart <hart@ntp.org>
Sun, 22 Mar 2009 21:09:43 +0000 (21:09 +0000)
  [Bug 774] parsesolaris.c does not compile under the new Solaris

bk: 49c6a9170KkVHg-YRT0LNC8LkEoCMQ

ChangeLog
libparse/Makefile.am

index 2f6babec8109a2252b105e78d8d8b204fff2d61a..9eb3e174e4842ec09075c806657b0c00c7918101 100644 (file)
--- 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
index c2c403637dc67de56ade7781556c36f8e3e1fdf0..8e21463b23e311d6f2d2c86ecf091592bebae317 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