diff options
129 files changed, 256 insertions, 128 deletions
diff --git a/ChangeLog b/ChangeLog index 22fa9511eb..6f6082e651 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,133 @@ 2011-10-08 Ulrich Drepper <drepper@gmail.com> + * math/e_exp10.c: Include math_private.h using <...> not "...". + * math/e_exp10f.c: Likewise. + * math/e_exp10l.c: Likewise. + * math/e_exp2l.c: Likewise. + * math/e_j0l.c: Likewise. + * math/e_j1l.c: Likewise. + * math/e_jnl.c: Likewise. + * math/e_lgammal_r.c: Likewise. + * math/e_rem_pio2l.c: Likewise. + * math/e_scalb.c: Likewise. + * math/e_scalbf.c: Likewise. + * math/e_scalbl.c: Likewise. + * math/k_cosl.c: Likewise. + * math/k_sinl.c: Likewise. + * math/k_tanl.c: Likewise. + * math/s_cacoshf.c: Likewise. + * math/s_catan.c: Likewise. + * math/s_catanf.c: Likewise. + * math/s_catanh.c: Likewise. + * math/s_catanhf.c: Likewise. + * math/s_catanhl.c: Likewise. + * math/s_catanl.c: Likewise. + * math/s_ccosh.c: Likewise. + * math/s_ccoshf.c: Likewise. + * math/s_ccoshl.c: Likewise. + * math/s_cexp.c: Likewise. + * math/s_cexpf.c: Likewise. + * math/s_cexpl.c: Likewise. + * math/s_clog.c: Likewise. + * math/s_clog10.c: Likewise. + * math/s_clog10f.c: Likewise. + * math/s_clog10l.c: Likewise. + * math/s_clogf.c: Likewise. + * math/s_clogl.c: Likewise. + * math/s_csin.c: Likewise. + * math/s_csinf.c: Likewise. + * math/s_csinh.c: Likewise. + * math/s_csinhf.c: Likewise. + * math/s_csinhl.c: Likewise. + * math/s_csinl.c: Likewise. + * math/s_csqrt.c: Likewise. + * math/s_csqrtf.c: Likewise. + * math/s_csqrtl.c: Likewise. + * math/s_ctan.c: Likewise. + * math/s_ctanf.c: Likewise. + * math/s_ctanh.c: Likewise. + * math/s_ctanhf.c: Likewise. + * math/s_ctanhl.c: Likewise. + * math/s_ctanl.c: Likewise. + * math/s_ldexp.c: Likewise. + * math/s_ldexpf.c: Likewise. + * math/s_ldexpl.c: Likewise. + * math/s_significand.c: Likewise. + * math/s_significandf.c: Likewise. + * math/s_significandl.c: Likewise. + * math/w_acos.c: Likewise. + * math/w_acosf.c: Likewise. + * math/w_acosh.c: Likewise. + * math/w_acoshf.c: Likewise. + * math/w_acoshl.c: Likewise. + * math/w_acosl.c: Likewise. + * math/w_asin.c: Likewise. + * math/w_asinf.c: Likewise. + * math/w_asinl.c: Likewise. + * math/w_atan2.c: Likewise. + * math/w_atan2f.c: Likewise. + * math/w_atan2l.c: Likewise. + * math/w_atanh.c: Likewise. + * math/w_atanhf.c: Likewise. + * math/w_atanhl.c: Likewise. + * math/w_cosh.c: Likewise. + * math/w_coshf.c: Likewise. + * math/w_coshl.c: Likewise. + * math/w_dremf.c: Likewise. + * math/w_exp10.c: Likewise. + * math/w_exp10f.c: Likewise. + * math/w_exp10l.c: Likewise. + * math/w_exp2.c: Likewise. + * math/w_exp2f.c: Likewise. + * math/w_fmod.c: Likewise. + * math/w_fmodf.c: Likewise. + * math/w_fmodl.c: Likewise. + * math/w_hypot.c: Likewise. + * math/w_hypotf.c: Likewise. + * math/w_hypotl.c: Likewise. + * math/w_j0.c: Likewise. + * math/w_j0f.c: Likewise. + * math/w_j0l.c: Likewise. + * math/w_j1.c: Likewise. + * math/w_j1f.c: Likewise. + * math/w_j1l.c: Likewise. + * math/w_jn.c: Likewise. + * math/w_jnf.c: Likewise. + * math/w_jnl.c: Likewise. + * math/w_lgamma.c: Likewise. + * math/w_lgamma_r.c: Likewise. + * math/w_lgammaf.c: Likewise. + * math/w_lgammaf_r.c: Likewise. + * math/w_lgammal.c: Likewise. + * math/w_lgammal_r.c: Likewise. + * math/w_log.c: Likewise. + * math/w_log10.c: Likewise. + * math/w_log10f.c: Likewise. + * math/w_log10l.c: Likewise. + * math/w_log2.c: Likewise. + * math/w_log2f.c: Likewise. + * math/w_log2l.c: Likewise. + * math/w_logf.c: Likewise. + * math/w_logl.c: Likewise. + * math/w_pow.c: Likewise. + * math/w_powf.c: Likewise. + * math/w_powl.c: Likewise. + * math/w_remainder.c: Likewise. + * math/w_remainderf.c: Likewise. + * math/w_remainderl.c: Likewise. + * math/w_scalb.c: Likewise. + * math/w_scalbf.c: Likewise. + * math/w_scalbl.c: Likewise. + * math/w_sinh.c: Likewise. + * math/w_sinhf.c: Likewise. + * math/w_sinhl.c: Likewise. + * math/w_sqrt.c: Likewise. + * math/w_sqrtf.c: Likewise. + * math/w_sqrtl.c: Likewise. + * math/w_tgamma.c: Likewise. + * math/w_tgammaf.c: Likewise. + * math/w_tgammal.c: Likewise. + * po/ja.po: Update from translation team. 2011-09-29 Andreas Jaeger <aj@suse.de> diff --git a/math/e_exp10.c b/math/e_exp10.c index a3eccbb9e6..231ceb2c24 100644 --- a/math/e_exp10.c +++ b/math/e_exp10.c @@ -18,7 +18,7 @@ 02111-1307 USA. */ #include <math.h> -#include "math_private.h" +#include <math_private.h> double diff --git a/math/e_exp10f.c b/math/e_exp10f.c index 7d06d074b8..642ed838bd 100644 --- a/math/e_exp10f.c +++ b/math/e_exp10f.c @@ -18,7 +18,7 @@ 02111-1307 USA. */ #include <math.h> -#include "math_private.h" +#include <math_private.h> float diff --git a/math/e_exp10l.c b/math/e_exp10l.c index 56f0cfec2f..cbc1897e4c 100644 --- a/math/e_exp10l.c +++ b/math/e_exp10l.c @@ -18,7 +18,7 @@ 02111-1307 USA. */ #include <math.h> -#include "math_private.h" +#include <math_private.h> long double diff --git a/math/e_exp2l.c b/math/e_exp2l.c index 7e598d8d2d..d6d01550e2 100644 --- a/math/e_exp2l.c +++ b/math/e_exp2l.c @@ -1,5 +1,5 @@ #include <math.h> -#include "math_private.h" +#include <math_private.h> long double __ieee754_exp2l (long double x) diff --git a/math/e_j0l.c b/math/e_j0l.c index 1bf0a1de73..7a167c277c 100644 --- a/math/e_j0l.c +++ b/math/e_j0l.c @@ -1,7 +1,7 @@ #include <math.h> #include <stdio.h> #include <errno.h> -#include "math_private.h" +#include <math_private.h> long double __ieee754_j0l (long double x) diff --git a/math/e_j1l.c b/math/e_j1l.c index 656abeba57..625e886851 100644 --- a/math/e_j1l.c +++ b/math/e_j1l.c @@ -1,7 +1,7 @@ #include <math.h> #include <stdio.h> #include <errno.h> -#include "math_private.h" +#include <math_private.h> long double __ieee754_j1l (long double x) diff --git a/math/e_jnl.c b/math/e_jnl.c index 1bfc0695a5..a04c9fe51e 100644 --- a/math/e_jnl.c +++ b/math/e_jnl.c @@ -1,7 +1,7 @@ #include <math.h> #include <stdio.h> #include <errno.h> -#include "math_private.h" +#include <math_private.h> long double __ieee754_jnl (int n, long double x) diff --git a/math/e_lgammal_r.c b/math/e_lgammal_r.c index 1784b2663f..f46f7073a5 100644 --- a/math/e_lgammal_r.c +++ b/math/e_lgammal_r.c @@ -1,7 +1,7 @@ #include <math.h> #include <stdio.h> #include <errno.h> -#include "math_private.h" +#include <math_private.h> long double __ieee754_lgammal_r (long double x, int *signgamp) diff --git a/math/e_rem_pio2l.c b/math/e_rem_pio2l.c index 617215516b..7fa515df24 100644 --- a/math/e_rem_pio2l.c +++ b/math/e_rem_pio2l.c @@ -1,7 +1,7 @@ #include <math.h> #include <stdio.h> #include <errno.h> -#include "math_private.h" +#include <math_private.h> int __ieee754_rem_pio2l (long double x, long double *y) diff --git a/math/e_scalb.c b/math/e_scalb.c index 606af53724..f2c207ac8b 100644 --- a/math/e_scalb.c +++ b/math/e_scalb.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: e_scalb.c,v 1.6 1995/05/10 20:46:09 jtc Exp $"; #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef _SCALB_INT #ifdef __STDC__ diff --git a/math/e_scalbf.c b/math/e_scalbf.c index 95a72eb56d..3caa535b12 100644 --- a/math/e_scalbf.c +++ b/math/e_scalbf.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: e_scalbf.c,v 1.3 1995/05/10 20:46:12 jtc Exp $"; #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef _SCALB_INT #ifdef __STDC__ diff --git a/math/e_scalbl.c b/math/e_scalbl.c index 1f5677d9f4..ad3595c0c5 100644 --- a/math/e_scalbl.c +++ b/math/e_scalbl.c @@ -26,7 +26,7 @@ static char rcsid[] = "$NetBSD: $"; #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef _SCALB_INT #ifdef __STDC__ diff --git a/math/k_cosl.c b/math/k_cosl.c index 29b83d6273..bf3708b157 100644 --- a/math/k_cosl.c +++ b/math/k_cosl.c @@ -1,7 +1,7 @@ #include <math.h> #include <stdio.h> #include <errno.h> -#include "math_private.h" +#include <math_private.h> long double __kernel_cosl (long double x, long double y) diff --git a/math/k_sinl.c b/math/k_sinl.c index ea1d71f61b..e95c71c4c1 100644 --- a/math/k_sinl.c +++ b/math/k_sinl.c @@ -1,7 +1,7 @@ #include <math.h> #include <stdio.h> #include <errno.h> -#include "math_private.h" +#include <math_private.h> long double __kernel_sinl (long double x, long double y, int iy) diff --git a/math/k_tanl.c b/math/k_tanl.c index 9993c6b998..891d3ab407 100644 --- a/math/k_tanl.c +++ b/math/k_tanl.c @@ -1,7 +1,7 @@ #include <math.h> #include <stdio.h> #include <errno.h> -#include "math_private.h" +#include <math_private.h> long double __kernel_tanl (long double x, long double y, int iy) diff --git a/math/s_cacoshf.c b/math/s_cacoshf.c index a062ffc6f6..0d6bd75dd7 100644 --- a/math/s_cacoshf.c +++ b/math/s_cacoshf.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ float __cacoshf (__complex__ float x) diff --git a/math/s_catan.c b/math/s_catan.c index 1d0673ad6a..59c0a3af6b 100644 --- a/math/s_catan.c +++ b/math/s_catan.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ double diff --git a/math/s_catanf.c b/math/s_catanf.c index 25eec2b1b5..0aefb6ef39 100644 --- a/math/s_catanf.c +++ b/math/s_catanf.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ float diff --git a/math/s_catanh.c b/math/s_catanh.c index e15c073f96..0b31b27708 100644 --- a/math/s_catanh.c +++ b/math/s_catanh.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ double diff --git a/math/s_catanhf.c b/math/s_catanhf.c index d2422e6111..7424bda9b9 100644 --- a/math/s_catanhf.c +++ b/math/s_catanhf.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ float diff --git a/math/s_catanhl.c b/math/s_catanhl.c index c3fb0ce5ff..9e67b8789c 100644 --- a/math/s_catanhl.c +++ b/math/s_catanhl.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ long double diff --git a/math/s_catanl.c b/math/s_catanl.c index 6cb45e5bee..b4ae321710 100644 --- a/math/s_catanl.c +++ b/math/s_catanl.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ long double diff --git a/math/s_ccosh.c b/math/s_ccosh.c index f5b29db24b..83aa025d42 100644 --- a/math/s_ccosh.c +++ b/math/s_ccosh.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ double diff --git a/math/s_ccoshf.c b/math/s_ccoshf.c index f400d34f0b..b9b2f3346f 100644 --- a/math/s_ccoshf.c +++ b/math/s_ccoshf.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ float diff --git a/math/s_ccoshl.c b/math/s_ccoshl.c index 61ffb49ca0..1913bb6ee4 100644 --- a/math/s_ccoshl.c +++ b/math/s_ccoshl.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ long double diff --git a/math/s_cexp.c b/math/s_cexp.c index 5a299b7687..de122e07f8 100644 --- a/math/s_cexp.c +++ b/math/s_cexp.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ double diff --git a/math/s_cexpf.c b/math/s_cexpf.c index 7b68fc365c..70e4a02588 100644 --- a/math/s_cexpf.c +++ b/math/s_cexpf.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ float diff --git a/math/s_cexpl.c b/math/s_cexpl.c index cf6bc974a9..1c585f8d0a 100644 --- a/math/s_cexpl.c +++ b/math/s_cexpl.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ long double diff --git a/math/s_clog.c b/math/s_clog.c index f796024b47..5e7b8fbdab 100644 --- a/math/s_clog.c +++ b/math/s_clog.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ double diff --git a/math/s_clog10.c b/math/s_clog10.c index 62c2ca724a..a98de1942e 100644 --- a/math/s_clog10.c +++ b/math/s_clog10.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ double diff --git a/math/s_clog10f.c b/math/s_clog10f.c index eed81f368c..ce689e7426 100644 --- a/math/s_clog10f.c +++ b/math/s_clog10f.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ float diff --git a/math/s_clog10l.c b/math/s_clog10l.c index f901543d05..5ea72fdf32 100644 --- a/math/s_clog10l.c +++ b/math/s_clog10l.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ long double diff --git a/math/s_clogf.c b/math/s_clogf.c index 21e3b57b7f..b9e918968b 100644 --- a/math/s_clogf.c +++ b/math/s_clogf.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ float diff --git a/math/s_clogl.c b/math/s_clogl.c index 43118f768c..51ad03b34a 100644 --- a/math/s_clogl.c +++ b/math/s_clogl.c @@ -21,7 +21,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ long double diff --git a/math/s_csin.c b/math/s_csin.c index eb380e2c3f..0d4441ca2b 100644 --- a/math/s_csin.c +++ b/math/s_csin.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ double diff --git a/math/s_csinf.c b/math/s_csinf.c index 8004743bd3..61786ba6c8 100644 --- a/math/s_csinf.c +++ b/math/s_csinf.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ float diff --git a/math/s_csinh.c b/math/s_csinh.c index f0e0cc61f1..138d80505e 100644 --- a/math/s_csinh.c +++ b/math/s_csinh.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ double diff --git a/math/s_csinhf.c b/math/s_csinhf.c index e4bb704268..3440516529 100644 --- a/math/s_csinhf.c +++ b/math/s_csinhf.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ float diff --git a/math/s_csinhl.c b/math/s_csinhl.c index 226075634d..db1b47b301 100644 --- a/math/s_csinhl.c +++ b/math/s_csinhl.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ long double diff --git a/math/s_csinl.c b/math/s_csinl.c index f7a1c43600..5e477eb7f9 100644 --- a/math/s_csinl.c +++ b/math/s_csinl.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ long double diff --git a/math/s_csqrt.c b/math/s_csqrt.c index 04ed410a16..0ceb461b09 100644 --- a/math/s_csqrt.c +++ b/math/s_csqrt.c @@ -22,7 +22,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ double diff --git a/math/s_csqrtf.c b/math/s_csqrtf.c index 2fba69ce1b..1cf3b79c31 100644 --- a/math/s_csqrtf.c +++ b/math/s_csqrtf.c @@ -22,7 +22,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ float diff --git a/math/s_csqrtl.c b/math/s_csqrtl.c index 9d00946c51..32d6f364a0 100644 --- a/math/s_csqrtl.c +++ b/math/s_csqrtl.c @@ -22,7 +22,7 @@ #include <complex.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ long double diff --git a/math/s_ctan.c b/math/s_ctan.c index 0464ab86d5..4cadad1dac 100644 --- a/math/s_ctan.c +++ b/math/s_ctan.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ double diff --git a/math/s_ctanf.c b/math/s_ctanf.c index 58d9d13298..7fa16200c5 100644 --- a/math/s_ctanf.c +++ b/math/s_ctanf.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ float diff --git a/math/s_ctanh.c b/math/s_ctanh.c index fe38dae291..60a52dbdb7 100644 --- a/math/s_ctanh.c +++ b/math/s_ctanh.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ double diff --git a/math/s_ctanhf.c b/math/s_ctanhf.c index c331dbaabb..1d62afc27b 100644 --- a/math/s_ctanhf.c +++ b/math/s_ctanhf.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ float diff --git a/math/s_ctanhl.c b/math/s_ctanhl.c index 77ca8f8717..99df2b06cd 100644 --- a/math/s_ctanhl.c +++ b/math/s_ctanhl.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ long double diff --git a/math/s_ctanl.c b/math/s_ctanl.c index 89379a5ff9..4a95c1df06 100644 --- a/math/s_ctanl.c +++ b/math/s_ctanl.c @@ -22,7 +22,7 @@ #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> __complex__ long double diff --git a/math/s_ldexp.c b/math/s_ldexp.c index 62e123cd01..e99021776f 100644 --- a/math/s_ldexp.c +++ b/math/s_ldexp.c @@ -15,7 +15,7 @@ static char rcsid[] = "$NetBSD: s_ldexp.c,v 1.6 1995/05/10 20:47:40 jtc Exp $"; #endif #include <math.h> -#include "math_private.h" +#include <math_private.h> #include <errno.h> #ifdef __STDC__ diff --git a/math/s_ldexpf.c b/math/s_ldexpf.c index 1ea5e09f8f..f312bfe5ff 100644 --- a/math/s_ldexpf.c +++ b/math/s_ldexpf.c @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: s_ldexpf.c,v 1.3 1995/05/10 20:47:42 jtc Exp $"; #endif #include <math.h> -#include "math_private.h" +#include <math_private.h> #include <errno.h> #ifdef __STDC__ diff --git a/math/s_ldexpl.c b/math/s_ldexpl.c index df8b29f94d..6a9ea46550 100644 --- a/math/s_ldexpl.c +++ b/math/s_ldexpl.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: $"; #endif #include <math.h> -#include "math_private.h" +#include <math_private.h> #include <errno.h> #ifdef __STDC__ diff --git a/math/s_significand.c b/math/s_significand.c index 4a02dbcba1..197bc9c6e3 100644 --- a/math/s_significand.c +++ b/math/s_significand.c @@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: s_significand.c,v 1.6 1995/05/10 20:48:11 jtc Ex */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double __significand(double x) diff --git a/math/s_significandf.c b/math/s_significandf.c index 69de1e6b0e..7cbb961ea1 100644 --- a/math/s_significandf.c +++ b/math/s_significandf.c @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: s_significandf.c,v 1.3 1995/05/10 20:48:13 jtc E #endif #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float __significandf(float x) diff --git a/math/s_significandl.c b/math/s_significandl.c index 238b79ae55..fab5b9fc8d 100644 --- a/math/s_significandl.c +++ b/math/s_significandl.c @@ -25,7 +25,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __significandl(long double x) diff --git a/math/w_acos.c b/math/w_acos.c index f4e6e3c910..0bf5a80942 100644 --- a/math/w_acos.c +++ b/math/w_acos.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_acos.c,v 1.6 1995/05/10 20:48:26 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_acosf.c b/math/w_acosf.c index a8998efb84..37d22afea8 100644 --- a/math/w_acosf.c +++ b/math/w_acosf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_acosf.c,v 1.3 1995/05/10 20:48:29 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_acosh.c b/math/w_acosh.c index e8322ec667..18ea8cc1b7 100644 --- a/math/w_acosh.c +++ b/math/w_acosh.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_acosh.c,v 1.6 1995/05/10 20:48:31 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double __acosh(double x) /* wrapper acosh */ diff --git a/math/w_acoshf.c b/math/w_acoshf.c index 62f94b80e7..d7d6d4eb41 100644 --- a/math/w_acoshf.c +++ b/math/w_acoshf.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: w_acoshf.c,v 1.3 1995/05/10 20:48:33 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float __acoshf(float x) /* wrapper acoshf */ diff --git a/math/w_acoshl.c b/math/w_acoshl.c index ae67911ae5..3c77321dc2 100644 --- a/math/w_acoshl.c +++ b/math/w_acoshl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __acoshl(long double x) /* wrapper acosh */ diff --git a/math/w_acosl.c b/math/w_acosl.c index 9ab4de899f..a16c55b97a 100644 --- a/math/w_acosl.c +++ b/math/w_acosl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_asin.c b/math/w_asin.c index d531fbd26a..b7fccdea7e 100644 --- a/math/w_asin.c +++ b/math/w_asin.c @@ -20,7 +20,7 @@ static char rcsid[] = "$NetBSD: w_asin.c,v 1.6 1995/05/10 20:48:35 jtc Exp $"; #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_asinf.c b/math/w_asinf.c index b19b5c54e3..f2c0b22e4a 100644 --- a/math/w_asinf.c +++ b/math/w_asinf.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: w_asinf.c,v 1.3 1995/05/10 20:48:37 jtc Exp $"; #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_asinl.c b/math/w_asinl.c index fb5ee35fc0..9a316b77cd 100644 --- a/math/w_asinl.c +++ b/math/w_asinl.c @@ -24,7 +24,7 @@ static char rcsid[] = "$NetBSD: $"; #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_atan2.c b/math/w_atan2.c index f0a10d4102..4fcaba920b 100644 --- a/math/w_atan2.c +++ b/math/w_atan2.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_atan2.c,v 1.6 1995/05/10 20:48:39 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_atan2f.c b/math/w_atan2f.c index efb08f076b..2a1ca9cf95 100644 --- a/math/w_atan2f.c +++ b/math/w_atan2f.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_atan2f.c,v 1.3 1995/05/10 20:48:42 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_atan2l.c b/math/w_atan2l.c index 9672e9615f..85d6f5dd7d 100644 --- a/math/w_atan2l.c +++ b/math/w_atan2l.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_atanh.c b/math/w_atanh.c index b81f65c311..a2dab67a75 100644 --- a/math/w_atanh.c +++ b/math/w_atanh.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_atanh.c,v 1.6 1995/05/10 20:48:43 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_atanhf.c b/math/w_atanhf.c index 52a144c05a..41dd2ac33b 100644 --- a/math/w_atanhf.c +++ b/math/w_atanhf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_atanhf.c,v 1.3 1995/05/10 20:48:45 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_atanhl.c b/math/w_atanhl.c index 5ce53b847d..c61229c345 100644 --- a/math/w_atanhl.c +++ b/math/w_atanhl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_cosh.c b/math/w_cosh.c index 033a034059..0e27a2da1c 100644 --- a/math/w_cosh.c +++ b/math/w_cosh.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_cosh.c,v 1.6 1995/05/10 20:48:47 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double __cosh(double x) /* wrapper cosh */ diff --git a/math/w_coshf.c b/math/w_coshf.c index 8e24ca9adc..5e3477fdb7 100644 --- a/math/w_coshf.c +++ b/math/w_coshf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_coshf.c,v 1.3 1995/05/10 20:48:49 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float __coshf(float x) /* wrapper coshf */ diff --git a/math/w_coshl.c b/math/w_coshl.c index 52b8d93522..ecba921072 100644 --- a/math/w_coshl.c +++ b/math/w_coshl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __coshl(long double x) /* wrapper coshl */ diff --git a/math/w_dremf.c b/math/w_dremf.c index c3d391d634..4ec4baffd4 100644 --- a/math/w_dremf.c +++ b/math/w_dremf.c @@ -6,7 +6,7 @@ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> float __dremf(x, y) diff --git a/math/w_exp10.c b/math/w_exp10.c index 9447d8fa2a..1512cc0a34 100644 --- a/math/w_exp10.c +++ b/math/w_exp10.c @@ -18,7 +18,7 @@ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double __exp10(double x) /* wrapper exp10 */ diff --git a/math/w_exp10f.c b/math/w_exp10f.c index 78e71be069..dcc8dc768e 100644 --- a/math/w_exp10f.c +++ b/math/w_exp10f.c @@ -18,7 +18,7 @@ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float __exp10f(float x) /* wrapper exp10f */ diff --git a/math/w_exp10l.c b/math/w_exp10l.c index 368ed77304..80e720a205 100644 --- a/math/w_exp10l.c +++ b/math/w_exp10l.c @@ -19,7 +19,7 @@ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __exp10l(long double x) /* wrapper exp10 */ diff --git a/math/w_exp2.c b/math/w_exp2.c index 446e5ea91c..c92fb52ad0 100644 --- a/math/w_exp2.c +++ b/math/w_exp2.c @@ -4,7 +4,7 @@ #include <float.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> static const double o_threshold= (double) DBL_MAX_EXP; static const double u_threshold= (double) (DBL_MIN_EXP - DBL_MANT_DIG - 1); diff --git a/math/w_exp2f.c b/math/w_exp2f.c index 9120c88b60..94c82e206e 100644 --- a/math/w_exp2f.c +++ b/math/w_exp2f.c @@ -4,7 +4,7 @@ #include <float.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> static const float o_threshold= (float) FLT_MAX_EXP; static const float u_threshold= (float) (FLT_MIN_EXP - FLT_MANT_DIG - 1); diff --git a/math/w_exp2l.c b/math/w_exp2l.c index fea5425ac4..f54e3946d8 100644 --- a/math/w_exp2l.c +++ b/math/w_exp2l.c @@ -4,7 +4,7 @@ #include <float.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> static const long double o_threshold = (long double) LDBL_MAX_EXP; static const long double u_threshold diff --git a/math/w_fmod.c b/math/w_fmod.c index ca01cf2ac5..69102de9c5 100644 --- a/math/w_fmod.c +++ b/math/w_fmod.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_fmod.c,v 1.6 1995/05/10 20:48:55 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_fmodf.c b/math/w_fmodf.c index e2e869a3cc..55ec8737c8 100644 --- a/math/w_fmodf.c +++ b/math/w_fmodf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_fmodf.c,v 1.3 1995/05/10 20:48:57 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_fmodl.c b/math/w_fmodl.c index c39b2852f6..c95e23293b 100644 --- a/math/w_fmodl.c +++ b/math/w_fmodl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_hypot.c b/math/w_hypot.c index ab929f78ad..df69ed383b 100644 --- a/math/w_hypot.c +++ b/math/w_hypot.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_hypot.c,v 1.6 1995/05/10 20:49:07 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_hypotf.c b/math/w_hypotf.c index b6be39e39f..e1f074f75e 100644 --- a/math/w_hypotf.c +++ b/math/w_hypotf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_hypotf.c,v 1.3 1995/05/10 20:49:09 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_hypotl.c b/math/w_hypotl.c index 916afbd417..6b6414da22 100644 --- a/math/w_hypotl.c +++ b/math/w_hypotl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_j0.c b/math/w_j0.c index 5ab3544aa7..59b6b66d0a 100644 --- a/math/w_j0.c +++ b/math/w_j0.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_j0.c,v 1.6 1995/05/10 20:49:11 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double j0(double x) /* wrapper j0 */ diff --git a/math/w_j0f.c b/math/w_j0f.c index bb2b82f060..dd436fff59 100644 --- a/math/w_j0f.c +++ b/math/w_j0f.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_j0f.c,v 1.3 1995/05/10 20:49:13 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float j0f(float x) /* wrapper j0f */ diff --git a/math/w_j0l.c b/math/w_j0l.c index 1ec6e9e0c2..a91457d374 100644 --- a/math/w_j0l.c +++ b/math/w_j0l.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __j0l(long double x) /* wrapper j0l */ diff --git a/math/w_j1.c b/math/w_j1.c index db8c4ce333..7bb3208a74 100644 --- a/math/w_j1.c +++ b/math/w_j1.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_j1.c,v 1.6 1995/05/10 20:49:15 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double j1(double x) /* wrapper j1 */ diff --git a/math/w_j1f.c b/math/w_j1f.c index 35b186206e..43dfc6142e 100644 --- a/math/w_j1f.c +++ b/math/w_j1f.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_j1f.c,v 1.3 1995/05/10 20:49:17 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float j1f(float x) /* wrapper j1f */ diff --git a/math/w_j1l.c b/math/w_j1l.c index 7bd31ad995..d0522953da 100644 --- a/math/w_j1l.c +++ b/math/w_j1l.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __j1l(long double x) /* wrapper j1l */ diff --git a/math/w_jn.c b/math/w_jn.c index 3a28443dcf..41ec8b32d4 100644 --- a/math/w_jn.c +++ b/math/w_jn.c @@ -41,7 +41,7 @@ static char rcsid[] = "$NetBSD: w_jn.c,v 1.6 1995/05/10 20:49:19 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double jn(int n, double x) /* wrapper jn */ diff --git a/math/w_jnf.c b/math/w_jnf.c index 628701d7fa..0b9a2aabb9 100644 --- a/math/w_jnf.c +++ b/math/w_jnf.c @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_jnf.c,v 1.3 1995/05/10 20:49:21 jtc Exp $"; #endif #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float jnf(int n, float x) /* wrapper jnf */ diff --git a/math/w_jnl.c b/math/w_jnl.c index 4bb4d6b620..1dd9ae1517 100644 --- a/math/w_jnl.c +++ b/math/w_jnl.c @@ -45,7 +45,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __jnl(int n, long double x) /* wrapper jnl */ diff --git a/math/w_lgamma.c b/math/w_lgamma.c index ab75f75997..f76b552be0 100644 --- a/math/w_lgamma.c +++ b/math/w_lgamma.c @@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: w_lgamma.c,v 1.6 1995/05/10 20:49:24 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double __lgamma(double x) diff --git a/math/w_lgamma_r.c b/math/w_lgamma_r.c index 17a7d013e9..bec2c6e20a 100644 --- a/math/w_lgamma_r.c +++ b/math/w_lgamma_r.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_lgamma_r.c,v 1.6 1995/05/10 20:49:27 jtc Exp $ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_lgammaf.c b/math/w_lgammaf.c index 7c3c058d75..9747e9216a 100644 --- a/math/w_lgammaf.c +++ b/math/w_lgammaf.c @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_lgammaf.c,v 1.3 1995/05/10 20:49:30 jtc Exp $" #endif #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float __lgammaf(float x) diff --git a/math/w_lgammaf_r.c b/math/w_lgammaf_r.c index a32c325638..3758fa0d06 100644 --- a/math/w_lgammaf_r.c +++ b/math/w_lgammaf_r.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_lgammaf_r.c,v 1.3 1995/05/10 20:49:32 jtc Exp */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_lgammal.c b/math/w_lgammal.c index f250e50388..0176243c4a 100644 --- a/math/w_lgammal.c +++ b/math/w_lgammal.c @@ -25,7 +25,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __lgammal(long double x) diff --git a/math/w_lgammal_r.c b/math/w_lgammal_r.c index 2dfea8a465..baa4f95393 100644 --- a/math/w_lgammal_r.c +++ b/math/w_lgammal_r.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_log.c b/math/w_log.c index 6f6f74fd14..7e9afdf2b8 100644 --- a/math/w_log.c +++ b/math/w_log.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_log.c,v 1.6 1995/05/10 20:49:33 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_log10.c b/math/w_log10.c index 9425db3ddf..08a65add59 100644 --- a/math/w_log10.c +++ b/math/w_log10.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_log10.c,v 1.6 1995/05/10 20:49:35 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_log10f.c b/math/w_log10f.c index c63fcd1ec2..f2ac540f6b 100644 --- a/math/w_log10f.c +++ b/math/w_log10f.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_log10f.c,v 1.3 1995/05/10 20:49:37 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_log10l.c b/math/w_log10l.c index 25c051d375..a9a8ed27d8 100644 --- a/math/w_log10l.c +++ b/math/w_log10l.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_log2.c b/math/w_log2.c index d56a6ee663..90d2dff5d6 100644 --- a/math/w_log2.c +++ b/math/w_log2.c @@ -3,7 +3,7 @@ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> double __log2 (double x) /* wrapper log2 */ diff --git a/math/w_log2f.c b/math/w_log2f.c index ec8d297161..10d73ffd1b 100644 --- a/math/w_log2f.c +++ b/math/w_log2f.c @@ -3,7 +3,7 @@ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> float __log2f (float x) /* wrapper log2f */ diff --git a/math/w_log2l.c b/math/w_log2l.c index b1d8706f2a..ff7ba2621e 100644 --- a/math/w_log2l.c +++ b/math/w_log2l.c @@ -3,7 +3,7 @@ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> long double __log2l (long double x) /* wrapper log2l */ diff --git a/math/w_logf.c b/math/w_logf.c index 46d9749114..200a8b7133 100644 --- a/math/w_logf.c +++ b/math/w_logf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_logf.c,v 1.3 1995/05/10 20:49:40 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_logl.c b/math/w_logl.c index 5a38f20038..e869bce0f4 100644 --- a/math/w_logl.c +++ b/math/w_logl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_pow.c b/math/w_pow.c index 707cffcc43..e0d2a92847 100644 --- a/math/w_pow.c +++ b/math/w_pow.c @@ -17,7 +17,7 @@ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_powf.c b/math/w_powf.c index 2480fe559e..761e4d1328 100644 --- a/math/w_powf.c +++ b/math/w_powf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_powf.c,v 1.3 1995/05/10 20:49:41 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_powl.c b/math/w_powl.c index d8be7b7b03..0bb09518d5 100644 --- a/math/w_powl.c +++ b/math/w_powl.c @@ -19,7 +19,7 @@ */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ diff --git a/math/w_remainder.c b/math/w_remainder.c index 9ff53e3586..087bf2353b 100644 --- a/math/w_remainder.c +++ b/math/w_remainder.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_remainder.c,v 1.6 1995/05/10 20:49:44 jtc Exp */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double __remainder(double x, double y) /* wrapper remainder */ diff --git a/math/w_remainderf.c b/math/w_remainderf.c index ab1ea2d87c..95e6d302b9 100644 --- a/math/w_remainderf.c +++ b/math/w_remainderf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_remainderf.c,v 1.3 1995/05/10 20:49:46 jtc Exp */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float __remainderf(float x, float y) /* wrapper remainder */ diff --git a/math/w_remainderl.c b/math/w_remainderl.c index e5460cdc43..36050f0de2 100644 --- a/math/w_remainderl.c +++ b/math/w_remainderl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __remainderl(long double x, long double y) diff --git a/math/w_scalb.c b/math/w_scalb.c index 0086c2adfd..830f387644 100644 --- a/math/w_scalb.c +++ b/math/w_scalb.c @@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: w_scalb.c,v 1.6 1995/05/10 20:49:48 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #include <errno.h> diff --git a/math/w_scalbf.c b/math/w_scalbf.c index 60cb5670ed..bd92cc1c00 100644 --- a/math/w_scalbf.c +++ b/math/w_scalbf.c @@ -24,7 +24,7 @@ static char rcsid[] = "$NetBSD: w_scalbf.c,v 1.3 1995/05/10 20:49:50 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #include <errno.h> diff --git a/math/w_scalbl.c b/math/w_scalbl.c index c8a45d460d..eb118b19b7 100644 --- a/math/w_scalbl.c +++ b/math/w_scalbl.c @@ -25,7 +25,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #include <errno.h> diff --git a/math/w_sinh.c b/math/w_sinh.c index 5bde8a2ddd..c95e154fc3 100644 --- a/math/w_sinh.c +++ b/math/w_sinh.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_sinh.c,v 1.6 1995/05/10 20:49:51 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double __sinh(double x) /* wrapper sinh */ diff --git a/math/w_sinhf.c b/math/w_sinhf.c index c29c46620f..c3555999ed 100644 --- a/math/w_sinhf.c +++ b/math/w_sinhf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_sinhf.c,v 1.3 1995/05/10 20:49:54 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float __sinhf(float x) /* wrapper sinhf */ diff --git a/math/w_sinhl.c b/math/w_sinhl.c index 19eb774d64..da7de8185b 100644 --- a/math/w_sinhl.c +++ b/math/w_sinhl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __sinhl(long double x) /* wrapper sinhl */ diff --git a/math/w_sqrt.c b/math/w_sqrt.c index 41ab1d18b2..c281bf40af 100644 --- a/math/w_sqrt.c +++ b/math/w_sqrt.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_sqrt.c,v 1.6 1995/05/10 20:49:55 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double __sqrt(double x) /* wrapper sqrt */ diff --git a/math/w_sqrtf.c b/math/w_sqrtf.c index 21beb550f4..854d1cded2 100644 --- a/math/w_sqrtf.c +++ b/math/w_sqrtf.c @@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_sqrtf.c,v 1.3 1995/05/10 20:49:59 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float __sqrtf(float x) /* wrapper sqrtf */ diff --git a/math/w_sqrtl.c b/math/w_sqrtl.c index 0b03eebe1d..43770eeb39 100644 --- a/math/w_sqrtl.c +++ b/math/w_sqrtl.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __sqrtl(long double x) /* wrapper sqrtl */ diff --git a/math/w_tgamma.c b/math/w_tgamma.c index 3ce6e77b49..14d6855829 100644 --- a/math/w_tgamma.c +++ b/math/w_tgamma.c @@ -20,7 +20,7 @@ static char rcsid[] = "$NetBSD: w_gamma.c,v 1.7 1995/11/20 22:06:43 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ double __tgamma(double x) diff --git a/math/w_tgammaf.c b/math/w_tgammaf.c index d3698059e7..b1e72c653d 100644 --- a/math/w_tgammaf.c +++ b/math/w_tgammaf.c @@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_gammaf.c,v 1.4 1995/11/20 22:06:48 jtc Exp $"; #endif #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ float __tgammaf(float x) diff --git a/math/w_tgammal.c b/math/w_tgammal.c index 75970a34d4..63379a8575 100644 --- a/math/w_tgammal.c +++ b/math/w_tgammal.c @@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ long double __tgammal(long double x) |