[Bug 774] parsesolaris.c does not compile under the new Solaris
bk: 49c6a9170KkVHg-YRT0LNC8LkEoCMQ
+* [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
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