diff options
author | David Schultz <das@FreeBSD.org> | 2008-02-22 02:30:36 +0000 |
---|---|---|
committer | David Schultz <das@FreeBSD.org> | 2008-02-22 02:30:36 +0000 |
commit | 5aa554c7e5b6fd9042986df07f12ac5687e41392 (patch) | |
tree | c0b6fbfbddc3fef207b4d4237e9abc71bf4c39a0 | |
parent | fab324dfa4719c7ec8e178c0f920d401392c45fd (diff) |
Notes
79 files changed, 158 insertions, 241 deletions
diff --git a/lib/msun/src/e_acos.c b/lib/msun/src/e_acos.c index b021a1e5ac36..78fd58257734 100644 --- a/lib/msun/src/e_acos.c +++ b/lib/msun/src/e_acos.c @@ -11,9 +11,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* __ieee754_acos(x) * Method : diff --git a/lib/msun/src/e_acosf.c b/lib/msun/src/e_acosf.c index 0688edf1c3b9..7a9d0d58299d 100644 --- a/lib/msun/src/e_acosf.c +++ b/lib/msun/src/e_acosf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_acosh.c b/lib/msun/src/e_acosh.c index 25e11c3bede9..a0cc6cb55f01 100644 --- a/lib/msun/src/e_acosh.c +++ b/lib/msun/src/e_acosh.c @@ -12,9 +12,8 @@ * */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* __ieee754_acosh(x) * Method : diff --git a/lib/msun/src/e_acoshf.c b/lib/msun/src/e_acoshf.c index 5138d7252176..f529b20d1219 100644 --- a/lib/msun/src/e_acoshf.c +++ b/lib/msun/src/e_acoshf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_asin.c b/lib/msun/src/e_asin.c index 044c1be95aac..149a53357131 100644 --- a/lib/msun/src/e_asin.c +++ b/lib/msun/src/e_asin.c @@ -11,9 +11,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* __ieee754_asin(x) * Method : diff --git a/lib/msun/src/e_asinf.c b/lib/msun/src/e_asinf.c index c0cf8a4e0727..f830878ed24d 100644 --- a/lib/msun/src/e_asinf.c +++ b/lib/msun/src/e_asinf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_atan2.c b/lib/msun/src/e_atan2.c index a05a84029898..37c62c142ff8 100644 --- a/lib/msun/src/e_atan2.c +++ b/lib/msun/src/e_atan2.c @@ -12,9 +12,8 @@ * */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* __ieee754_atan2(y,x) * Method : diff --git a/lib/msun/src/e_atan2f.c b/lib/msun/src/e_atan2f.c index af011318d649..b6d336d0077c 100644 --- a/lib/msun/src/e_atan2f.c +++ b/lib/msun/src/e_atan2f.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_atanh.c b/lib/msun/src/e_atanh.c index 9a896699031f..ab8a2e181fb6 100644 --- a/lib/msun/src/e_atanh.c +++ b/lib/msun/src/e_atanh.c @@ -12,9 +12,8 @@ * */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* __ieee754_atanh(x) * Method : diff --git a/lib/msun/src/e_atanhf.c b/lib/msun/src/e_atanhf.c index c7cf3e00840c..4bd6a8f9b9c6 100644 --- a/lib/msun/src/e_atanhf.c +++ b/lib/msun/src/e_atanhf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_cosh.c b/lib/msun/src/e_cosh.c index f8a2b9b32bb4..11e6590a8399 100644 --- a/lib/msun/src/e_cosh.c +++ b/lib/msun/src/e_cosh.c @@ -11,9 +11,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* __ieee754_cosh(x) * Method : diff --git a/lib/msun/src/e_coshf.c b/lib/msun/src/e_coshf.c index ebd659e0b128..4a1d4994d489 100644 --- a/lib/msun/src/e_coshf.c +++ b/lib/msun/src/e_coshf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_exp.c b/lib/msun/src/e_exp.c index bcc98ffa07c6..5b9a10c1a3d6 100644 --- a/lib/msun/src/e_exp.c +++ b/lib/msun/src/e_exp.c @@ -10,9 +10,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* __ieee754_exp(x) * Returns the exponential of x. diff --git a/lib/msun/src/e_expf.c b/lib/msun/src/e_expf.c index 45eda0158001..5f4649244f77 100644 --- a/lib/msun/src/e_expf.c +++ b/lib/msun/src/e_expf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_fmod.c b/lib/msun/src/e_fmod.c index b731ce15c56e..720aa0333a41 100644 --- a/lib/msun/src/e_fmod.c +++ b/lib/msun/src/e_fmod.c @@ -11,9 +11,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * __ieee754_fmod(x,y) diff --git a/lib/msun/src/e_fmodf.c b/lib/msun/src/e_fmodf.c index e3865c4d44d5..52ce373ab8ee 100644 --- a/lib/msun/src/e_fmodf.c +++ b/lib/msun/src/e_fmodf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * __ieee754_fmodf(x,y) diff --git a/lib/msun/src/e_gamma.c b/lib/msun/src/e_gamma.c index e3ebd7cefed4..28fb5ccba6d6 100644 --- a/lib/msun/src/e_gamma.c +++ b/lib/msun/src/e_gamma.c @@ -12,9 +12,8 @@ * */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* __ieee754_gamma(x) * Return the logarithm of the Gamma function of x. diff --git a/lib/msun/src/e_gamma_r.c b/lib/msun/src/e_gamma_r.c index 48b981a89548..2c423dce8558 100644 --- a/lib/msun/src/e_gamma_r.c +++ b/lib/msun/src/e_gamma_r.c @@ -12,9 +12,8 @@ * */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* __ieee754_gamma_r(x, signgamp) * Reentrant version of the logarithm of the Gamma function diff --git a/lib/msun/src/e_gammaf.c b/lib/msun/src/e_gammaf.c index da31d9fd8818..c1b1668df975 100644 --- a/lib/msun/src/e_gammaf.c +++ b/lib/msun/src/e_gammaf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* __ieee754_gammaf(x) * Return the logarithm of the Gamma function of x. diff --git a/lib/msun/src/e_gammaf_r.c b/lib/msun/src/e_gammaf_r.c index c14870d239ac..9d7831b5501b 100644 --- a/lib/msun/src/e_gammaf_r.c +++ b/lib/msun/src/e_gammaf_r.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* __ieee754_gammaf_r(x, signgamp) * Reentrant version of the logarithm of the Gamma function diff --git a/lib/msun/src/e_j0.c b/lib/msun/src/e_j0.c index 493f0efa3214..8320f25561bb 100644 --- a/lib/msun/src/e_j0.c +++ b/lib/msun/src/e_j0.c @@ -11,9 +11,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* __ieee754_j0(x), __ieee754_y0(x) * Bessel function of the first and second kinds of order zero. diff --git a/lib/msun/src/e_j0f.c b/lib/msun/src/e_j0f.c index 6d9858207cf6..c45faf32590d 100644 --- a/lib/msun/src/e_j0f.c +++ b/lib/msun/src/e_j0f.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_j1.c b/lib/msun/src/e_j1.c index a01b812a23d0..63800ad4b705 100644 --- a/lib/msun/src/e_j1.c +++ b/lib/msun/src/e_j1.c @@ -11,9 +11,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* __ieee754_j1(x), __ieee754_y1(x) * Bessel function of the first and second kinds of order zero. diff --git a/lib/msun/src/e_j1f.c b/lib/msun/src/e_j1f.c index 6ccc0697f10a..88e2d833d393 100644 --- a/lib/msun/src/e_j1f.c +++ b/lib/msun/src/e_j1f.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_jn.c b/lib/msun/src/e_jn.c index ca26230b02e0..e277e3014c7b 100644 --- a/lib/msun/src/e_jn.c +++ b/lib/msun/src/e_jn.c @@ -11,9 +11,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * __ieee754_jn(n, x), __ieee754_yn(n, x) diff --git a/lib/msun/src/e_jnf.c b/lib/msun/src/e_jnf.c index 17a7008616ea..541cc8c0305f 100644 --- a/lib/msun/src/e_jnf.c +++ b/lib/msun/src/e_jnf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_lgamma.c b/lib/msun/src/e_lgamma.c index 39d3f852718b..4674d9bf0a64 100644 --- a/lib/msun/src/e_lgamma.c +++ b/lib/msun/src/e_lgamma.c @@ -12,9 +12,8 @@ * */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* __ieee754_lgamma(x) * Return the logarithm of the Gamma function of x. diff --git a/lib/msun/src/e_lgamma_r.c b/lib/msun/src/e_lgamma_r.c index 7f2767fe96b5..a587b8f63dcb 100644 --- a/lib/msun/src/e_lgamma_r.c +++ b/lib/msun/src/e_lgamma_r.c @@ -12,9 +12,8 @@ * */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* __ieee754_lgamma_r(x, signgamp) * Reentrant version of the logarithm of the Gamma function diff --git a/lib/msun/src/e_lgammaf.c b/lib/msun/src/e_lgammaf.c index 4fcf943a04ba..1e2c55273e10 100644 --- a/lib/msun/src/e_lgammaf.c +++ b/lib/msun/src/e_lgammaf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* __ieee754_lgammaf(x) * Return the logarithm of the Gamma function of x. diff --git a/lib/msun/src/e_lgammaf_r.c b/lib/msun/src/e_lgammaf_r.c index 12bcaa3aa8db..47c6ed073c2a 100644 --- a/lib/msun/src/e_lgammaf_r.c +++ b/lib/msun/src/e_lgammaf_r.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_log.c b/lib/msun/src/e_log.c index ed3c401a9dd7..fd91aa8d6b40 100644 --- a/lib/msun/src/e_log.c +++ b/lib/msun/src/e_log.c @@ -11,9 +11,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* __ieee754_log(x) * Return the logrithm of x diff --git a/lib/msun/src/e_log10.c b/lib/msun/src/e_log10.c index 871a44a3753e..7871b5e63f55 100644 --- a/lib/msun/src/e_log10.c +++ b/lib/msun/src/e_log10.c @@ -11,9 +11,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* __ieee754_log10(x) * Return the base 10 logarithm of x diff --git a/lib/msun/src/e_log10f.c b/lib/msun/src/e_log10f.c index beb2271bbd8b..a0b1618a4437 100644 --- a/lib/msun/src/e_log10f.c +++ b/lib/msun/src/e_log10f.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_logf.c b/lib/msun/src/e_logf.c index 175c95593d4f..654c1e213e46 100644 --- a/lib/msun/src/e_logf.c +++ b/lib/msun/src/e_logf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_scalb.c b/lib/msun/src/e_scalb.c index f7d46d0816a0..c0a7b5b75b12 100644 --- a/lib/msun/src/e_scalb.c +++ b/lib/msun/src/e_scalb.c @@ -11,9 +11,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * __ieee754_scalb(x, fn) is provide for diff --git a/lib/msun/src/e_scalbf.c b/lib/msun/src/e_scalbf.c index e0e7c02753bc..d49e9041f849 100644 --- a/lib/msun/src/e_scalbf.c +++ b/lib/msun/src/e_scalbf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/e_sinh.c b/lib/msun/src/e_sinh.c index 09b0597a2ae6..afb8e43c99e1 100644 --- a/lib/msun/src/e_sinh.c +++ b/lib/msun/src/e_sinh.c @@ -11,9 +11,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* __ieee754_sinh(x) * Method : diff --git a/lib/msun/src/e_sinhf.c b/lib/msun/src/e_sinhf.c index 50388fa9324f..0f96b2b437e6 100644 --- a/lib/msun/src/e_sinhf.c +++ b/lib/msun/src/e_sinhf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/k_cosf.c b/lib/msun/src/k_cosf.c index 6a0afe9e92a0..30c301ab4617 100644 --- a/lib/msun/src/k_cosf.c +++ b/lib/msun/src/k_cosf.c @@ -15,9 +15,8 @@ */ #ifndef INLINE_KERNEL_COSDF -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #endif #include "math.h" diff --git a/lib/msun/src/k_sinf.c b/lib/msun/src/k_sinf.c index 79f32a1bab42..e390b5003dac 100644 --- a/lib/msun/src/k_sinf.c +++ b/lib/msun/src/k_sinf.c @@ -15,9 +15,8 @@ */ #ifndef INLINE_KERNEL_SINDF -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #endif #include "math.h" diff --git a/lib/msun/src/k_tan.c b/lib/msun/src/k_tan.c index 13737d0cc08c..2e86c3bf6488 100644 --- a/lib/msun/src/k_tan.c +++ b/lib/msun/src/k_tan.c @@ -11,9 +11,8 @@ */ /* INDENT OFF */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* __kernel_tan( x, y, k ) * kernel tan function on ~[-pi/4, pi/4] (except on -0), pi/4 ~ 0.7854 diff --git a/lib/msun/src/k_tanf.c b/lib/msun/src/k_tanf.c index bdda30aec3ed..f8152e202da3 100644 --- a/lib/msun/src/k_tanf.c +++ b/lib/msun/src/k_tanf.c @@ -14,9 +14,8 @@ */ #ifndef INLINE_KERNEL_TANDF -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #endif #include "math.h" diff --git a/lib/msun/src/s_asinh.c b/lib/msun/src/s_asinh.c index 95a539dc6049..f3fdf741a9f1 100644 --- a/lib/msun/src/s_asinh.c +++ b/lib/msun/src/s_asinh.c @@ -10,9 +10,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* asinh(x) * Method : diff --git a/lib/msun/src/s_asinhf.c b/lib/msun/src/s_asinhf.c index 6dcfc5b03844..c1620dd58fa2 100644 --- a/lib/msun/src/s_asinhf.c +++ b/lib/msun/src/s_asinhf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_atan.c b/lib/msun/src/s_atan.c index 5ef6700c58db..4b0ab8975d02 100644 --- a/lib/msun/src/s_atan.c +++ b/lib/msun/src/s_atan.c @@ -10,9 +10,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* atan(x) * Method diff --git a/lib/msun/src/s_atanf.c b/lib/msun/src/s_atanf.c index d4a500f53b6d..7990c6487815 100644 --- a/lib/msun/src/s_atanf.c +++ b/lib/msun/src/s_atanf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_cbrt.c b/lib/msun/src/s_cbrt.c index 545b0e776a4f..2c70980411b5 100644 --- a/lib/msun/src/s_cbrt.c +++ b/lib/msun/src/s_cbrt.c @@ -12,9 +12,8 @@ * Optimized by Bruce D. Evans. */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_cbrtf.c b/lib/msun/src/s_cbrtf.c index ea7b3cdf2383..454f97484b7b 100644 --- a/lib/msun/src/s_cbrtf.c +++ b/lib/msun/src/s_cbrtf.c @@ -14,9 +14,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_ceilf.c b/lib/msun/src/s_ceilf.c index 96a0f4879f94..23bfe04e89a9 100644 --- a/lib/msun/src/s_ceilf.c +++ b/lib/msun/src/s_ceilf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_copysign.c b/lib/msun/src/s_copysign.c index 7b0fc386954f..a5f3870e6261 100644 --- a/lib/msun/src/s_copysign.c +++ b/lib/msun/src/s_copysign.c @@ -10,9 +10,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * copysign(double x, double y) diff --git a/lib/msun/src/s_copysignf.c b/lib/msun/src/s_copysignf.c index df5304f80530..05ca1e368d89 100644 --- a/lib/msun/src/s_copysignf.c +++ b/lib/msun/src/s_copysignf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * copysignf(float x, float y) diff --git a/lib/msun/src/s_cosf.c b/lib/msun/src/s_cosf.c index b800a8e5896e..2d65ee926d88 100644 --- a/lib/msun/src/s_cosf.c +++ b/lib/msun/src/s_cosf.c @@ -14,9 +14,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #define INLINE_KERNEL_COSDF diff --git a/lib/msun/src/s_erf.c b/lib/msun/src/s_erf.c index 8461425ac8c9..0886e5e7df91 100644 --- a/lib/msun/src/s_erf.c +++ b/lib/msun/src/s_erf.c @@ -10,9 +10,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* double erf(double x) * double erfc(double x) diff --git a/lib/msun/src/s_erff.c b/lib/msun/src/s_erff.c index 6bb24cfd94d8..a44e13565065 100644 --- a/lib/msun/src/s_erff.c +++ b/lib/msun/src/s_erff.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_fabsf.c b/lib/msun/src/s_fabsf.c index 6b7d0a16dd27..e9383d0db37c 100644 --- a/lib/msun/src/s_fabsf.c +++ b/lib/msun/src/s_fabsf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * fabsf(x) returns the absolute value of x. diff --git a/lib/msun/src/s_finite.c b/lib/msun/src/s_finite.c index 8e7c1752f56e..4c5135290a45 100644 --- a/lib/msun/src/s_finite.c +++ b/lib/msun/src/s_finite.c @@ -10,9 +10,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * finite(x) returns 1 is x is finite, else 0; diff --git a/lib/msun/src/s_finitef.c b/lib/msun/src/s_finitef.c index a8ccb92b427c..c62239e44515 100644 --- a/lib/msun/src/s_finitef.c +++ b/lib/msun/src/s_finitef.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * finitef(x) returns 1 is x is finite, else 0; diff --git a/lib/msun/src/s_floorf.c b/lib/msun/src/s_floorf.c index d4bb6c5a0ef0..6b510dee3a80 100644 --- a/lib/msun/src/s_floorf.c +++ b/lib/msun/src/s_floorf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * floorf(x) diff --git a/lib/msun/src/s_frexp.c b/lib/msun/src/s_frexp.c index 1b5b9bd682b5..318a99166878 100644 --- a/lib/msun/src/s_frexp.c +++ b/lib/msun/src/s_frexp.c @@ -10,9 +10,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * for non-zero x @@ -24,7 +23,6 @@ static char rcsid[] = "$FreeBSD$"; * with *exp=0. */ -#include <sys/cdefs.h> #include <float.h> #include "math.h" diff --git a/lib/msun/src/s_frexpf.c b/lib/msun/src/s_frexpf.c index 477807bcb2e2..5a7c4862d28d 100644 --- a/lib/msun/src/s_frexpf.c +++ b/lib/msun/src/s_frexpf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_ilogb.c b/lib/msun/src/s_ilogb.c index 69077af33496..a930bc9eccc7 100644 --- a/lib/msun/src/s_ilogb.c +++ b/lib/msun/src/s_ilogb.c @@ -10,9 +10,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* ilogb(double x) * return the binary exponent of non-zero x diff --git a/lib/msun/src/s_ilogbf.c b/lib/msun/src/s_ilogbf.c index ff588139a5c9..93fe2958bdd9 100644 --- a/lib/msun/src/s_ilogbf.c +++ b/lib/msun/src/s_ilogbf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <limits.h> diff --git a/lib/msun/src/s_ilogbl.c b/lib/msun/src/s_ilogbl.c index a6a4708562db..3211f44090a2 100644 --- a/lib/msun/src/s_ilogbl.c +++ b/lib/msun/src/s_ilogbl.c @@ -10,9 +10,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <float.h> #include <limits.h> diff --git a/lib/msun/src/s_logbf.c b/lib/msun/src/s_logbf.c index 97ccd02abe86..3ab190d9862f 100644 --- a/lib/msun/src/s_logbf.c +++ b/lib/msun/src/s_logbf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_modff.c b/lib/msun/src/s_modff.c index 4436764ecb24..062259c66f64 100644 --- a/lib/msun/src/s_modff.c +++ b/lib/msun/src/s_modff.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_nextafter.c b/lib/msun/src/s_nextafter.c index 674e9c10dea5..52dd21cb2f9c 100644 --- a/lib/msun/src/s_nextafter.c +++ b/lib/msun/src/s_nextafter.c @@ -10,9 +10,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* IEEE functions * nextafter(x,y) @@ -21,7 +20,6 @@ static char rcsid[] = "$FreeBSD$"; * Special cases: */ -#include <sys/cdefs.h> #include <float.h> #include "math.h" diff --git a/lib/msun/src/s_nextafterf.c b/lib/msun/src/s_nextafterf.c index b8a112527749..96e21eff896e 100644 --- a/lib/msun/src/s_nextafterf.c +++ b/lib/msun/src/s_nextafterf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_nextafterl.c b/lib/msun/src/s_nextafterl.c index a74dd79a9090..9c61a436a661 100644 --- a/lib/msun/src/s_nextafterl.c +++ b/lib/msun/src/s_nextafterl.c @@ -10,9 +10,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* IEEE functions * nextafter(x,y) @@ -21,7 +20,6 @@ static char rcsid[] = "$FreeBSD$"; * Special cases: */ -#include <sys/cdefs.h> #include <float.h> #include "fpmath.h" diff --git a/lib/msun/src/s_nexttoward.c b/lib/msun/src/s_nexttoward.c index a493c83ff317..52ae1ac9ce8e 100644 --- a/lib/msun/src/s_nexttoward.c +++ b/lib/msun/src/s_nexttoward.c @@ -10,9 +10,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * We assume that a long double has a 15-bit exponent. On systems diff --git a/lib/msun/src/s_nexttowardf.c b/lib/msun/src/s_nexttowardf.c index 38005aec2e36..7c0d7b1f7184 100644 --- a/lib/msun/src/s_nexttowardf.c +++ b/lib/msun/src/s_nexttowardf.c @@ -9,9 +9,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <float.h> diff --git a/lib/msun/src/s_rint.c b/lib/msun/src/s_rint.c index 571c17ea6465..c56f8fb264ba 100644 --- a/lib/msun/src/s_rint.c +++ b/lib/msun/src/s_rint.c @@ -10,9 +10,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * rint(x) diff --git a/lib/msun/src/s_rintf.c b/lib/msun/src/s_rintf.c index ce8b7866831b..f8743a4f0f81 100644 --- a/lib/msun/src/s_rintf.c +++ b/lib/msun/src/s_rintf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <float.h> #include <stdint.h> diff --git a/lib/msun/src/s_significand.c b/lib/msun/src/s_significand.c index a91bcde3c2d2..356e3001f7ca 100644 --- a/lib/msun/src/s_significand.c +++ b/lib/msun/src/s_significand.c @@ -10,9 +10,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * significand(x) computes just diff --git a/lib/msun/src/s_significandf.c b/lib/msun/src/s_significandf.c index c11a08956e09..ad030e239133 100644 --- a/lib/msun/src/s_significandf.c +++ b/lib/msun/src/s_significandf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/s_sinf.c b/lib/msun/src/s_sinf.c index 5842014bb809..5da246e2edbd 100644 --- a/lib/msun/src/s_sinf.c +++ b/lib/msun/src/s_sinf.c @@ -14,9 +14,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #define INLINE_KERNEL_COSDF diff --git a/lib/msun/src/s_tanf.c b/lib/msun/src/s_tanf.c index 9a8355598aee..24f73a74ffa3 100644 --- a/lib/msun/src/s_tanf.c +++ b/lib/msun/src/s_tanf.c @@ -14,9 +14,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #define INLINE_KERNEL_TANDF diff --git a/lib/msun/src/s_tanh.c b/lib/msun/src/s_tanh.c index a05ad30e4173..96e35656ba27 100644 --- a/lib/msun/src/s_tanh.c +++ b/lib/msun/src/s_tanh.c @@ -10,9 +10,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* Tanh(x) * Return the Hyperbolic Tangent of x diff --git a/lib/msun/src/s_tanhf.c b/lib/msun/src/s_tanhf.c index 8f062c8d3246..04f09c6867dc 100644 --- a/lib/msun/src/s_tanhf.c +++ b/lib/msun/src/s_tanhf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" diff --git a/lib/msun/src/w_cabs.c b/lib/msun/src/w_cabs.c index d00e76ebf19d..eae6dc00421c 100644 --- a/lib/msun/src/w_cabs.c +++ b/lib/msun/src/w_cabs.c @@ -5,10 +5,8 @@ * Placed into the Public Domain, 1994. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <complex.h> #include <math.h> |