-
Committer:
Monty Taylor
-
Date:
2010-07-04 23:36:58 UTC
-
mto:
This revision was merged to the branch mainline in
revision
1644.
-
Revision ID:
mordred@inaugust.com-20100704233658-lejaiaa6z3bm5m94
Fixed a couple of solaris build issues. Callback functions passed to
c-libraries have to have C linkage, even if they're static. And strcasestr
is a gnu extension and not found on Sun Sudio. Luckily, boost::ifind_first
does the same thing.