Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libm/src/s_scalbnf.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libm/src/s_scalbnf.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- src/lib/libm/src/s_scalbnf.c 2002/05/26 22:01:58 1.8 +++ src/lib/libm/src/s_scalbnf.c 2010/04/23 19:17:07 1.9 @@ -15,12 +15,17 @@ #include #if defined(LIBM_SCCS) && !defined(lint) -__RCSID("$NetBSD: s_scalbnf.c,v 1.8 2002/05/26 22:01:58 wiz Exp $"); +__RCSID("$NetBSD: s_scalbnf.c,v 1.9 2010/04/23 19:17:07 drochner Exp $"); #endif +#include "namespace.h" #include "math.h" #include "math_private.h" +#ifdef __weak_alias +__weak_alias(scalbnf, _scalbnf) +#endif + static const float two25 = 3.355443200e+07, /* 0x4c000000 */ twom25 = 2.9802322388e-08, /* 0x33000000 */