K 10 svn:author V 8 theraven K 8 svn:date V 27 2011-11-12T19:55:48.846337Z K 7 svn:log V 394 Expose the unimplemented libm functions in the math.h header. This allows C++'s to work without the compiler complaining that the C++ versions are calling implicitly-declared functions. You will still get a linker error when they are called. OpenBSD 5.0 claims to fully implement the C99 stuff, so might be worth investigating... Reviewed by: das Approved by: dim (mentor) END