From: Harlan Stenn Date: Fri, 23 Feb 2007 08:16:58 +0000 (-0500) Subject: [Bug 774] parsesolaris.c does not compile under the new Solaris X-Git-Tag: NTP_4_2_5P11~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f960584cd0a7b40bdaba7d4669fadb5d07482eb;p=thirdparty%2Fntp.git [Bug 774] parsesolaris.c does not compile under the new Solaris bk: 45dea2faj4g1iciDhz9Ty7gF4PIQnw --- diff --git a/libparse/Makefile.am b/libparse/Makefile.am index 5d3070425..4143b58f2 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 'ffs(.*)/d' < /usr/include/sys/systm.h > sys/systm.h + sed -e '/ffs(.*)/d' < /usr/include/sys/systm.h > sys/systm.h