summaryrefslogtreecommitdiffstats
path: root/lib/libm/src
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2009-10-27 23:59:19 +0000
committerderaadt <deraadt@openbsd.org>2009-10-27 23:59:19 +0000
commit043fbe51c197dbbcd422e917b65f765d8b5f8874 (patch)
treef40397532477c8cfb47b06e970b2b31312cba698 /lib/libm/src
parentusing the rcsid is silly (diff)
downloadwireguard-openbsd-043fbe51c197dbbcd422e917b65f765d8b5f8874.tar.xz
wireguard-openbsd-043fbe51c197dbbcd422e917b65f765d8b5f8874.zip
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
Diffstat (limited to 'lib/libm/src')
-rw-r--r--lib/libm/src/b_exp__D.c6
-rw-r--r--lib/libm/src/b_log__D.c6
-rw-r--r--lib/libm/src/b_tgamma.c6
-rw-r--r--lib/libm/src/e_acos.c4
-rw-r--r--lib/libm/src/e_acosf.c4
-rw-r--r--lib/libm/src/e_acosh.c4
-rw-r--r--lib/libm/src/e_acoshf.c4
-rw-r--r--lib/libm/src/e_asin.c4
-rw-r--r--lib/libm/src/e_asinf.c4
-rw-r--r--lib/libm/src/e_atan2.c4
-rw-r--r--lib/libm/src/e_atan2f.c4
-rw-r--r--lib/libm/src/e_atanh.c4
-rw-r--r--lib/libm/src/e_atanhf.c4
-rw-r--r--lib/libm/src/e_cosh.c4
-rw-r--r--lib/libm/src/e_coshf.c4
-rw-r--r--lib/libm/src/e_exp.c4
-rw-r--r--lib/libm/src/e_expf.c4
-rw-r--r--lib/libm/src/e_fmod.c4
-rw-r--r--lib/libm/src/e_fmodf.c4
-rw-r--r--lib/libm/src/e_hypot.c4
-rw-r--r--lib/libm/src/e_hypotf.c4
-rw-r--r--lib/libm/src/e_j0.c4
-rw-r--r--lib/libm/src/e_j0f.c4
-rw-r--r--lib/libm/src/e_j1.c4
-rw-r--r--lib/libm/src/e_j1f.c4
-rw-r--r--lib/libm/src/e_jn.c4
-rw-r--r--lib/libm/src/e_jnf.c4
-rw-r--r--lib/libm/src/e_lgamma_r.c4
-rw-r--r--lib/libm/src/e_lgammaf_r.c4
-rw-r--r--lib/libm/src/e_log.c4
-rw-r--r--lib/libm/src/e_log10.c4
-rw-r--r--lib/libm/src/e_log10f.c4
-rw-r--r--lib/libm/src/e_logf.c4
-rw-r--r--lib/libm/src/e_pow.c4
-rw-r--r--lib/libm/src/e_powf.c4
-rw-r--r--lib/libm/src/e_rem_pio2.c4
-rw-r--r--lib/libm/src/e_rem_pio2f.c4
-rw-r--r--lib/libm/src/e_remainder.c4
-rw-r--r--lib/libm/src/e_remainderf.c4
-rw-r--r--lib/libm/src/e_scalb.c4
-rw-r--r--lib/libm/src/e_scalbf.c4
-rw-r--r--lib/libm/src/e_sinh.c4
-rw-r--r--lib/libm/src/e_sinhf.c4
-rw-r--r--lib/libm/src/e_sqrt.c4
-rw-r--r--lib/libm/src/e_sqrtf.c4
-rw-r--r--lib/libm/src/k_cos.c4
-rw-r--r--lib/libm/src/k_cosf.c4
-rw-r--r--lib/libm/src/k_rem_pio2.c4
-rw-r--r--lib/libm/src/k_rem_pio2f.c4
-rw-r--r--lib/libm/src/k_sin.c4
-rw-r--r--lib/libm/src/k_sinf.c4
-rw-r--r--lib/libm/src/k_tan.c4
-rw-r--r--lib/libm/src/k_tanf.c4
-rw-r--r--lib/libm/src/s_asinh.c4
-rw-r--r--lib/libm/src/s_asinhf.c4
-rw-r--r--lib/libm/src/s_atan.c4
-rw-r--r--lib/libm/src/s_atanf.c4
-rw-r--r--lib/libm/src/s_cbrt.c4
-rw-r--r--lib/libm/src/s_cbrtf.c4
-rw-r--r--lib/libm/src/s_ceil.c4
-rw-r--r--lib/libm/src/s_ceilf.c4
-rw-r--r--lib/libm/src/s_copysign.c4
-rw-r--r--lib/libm/src/s_copysignf.c4
-rw-r--r--lib/libm/src/s_cos.c4
-rw-r--r--lib/libm/src/s_cosf.c4
-rw-r--r--lib/libm/src/s_erf.c4
-rw-r--r--lib/libm/src/s_erff.c4
-rw-r--r--lib/libm/src/s_expm1.c4
-rw-r--r--lib/libm/src/s_expm1f.c4
-rw-r--r--lib/libm/src/s_fabs.c4
-rw-r--r--lib/libm/src/s_fabsf.c4
-rw-r--r--lib/libm/src/s_floor.c4
-rw-r--r--lib/libm/src/s_floorf.c4
-rw-r--r--lib/libm/src/s_frexp.c4
-rw-r--r--lib/libm/src/s_frexpf.c4
-rw-r--r--lib/libm/src/s_ilogb.c4
-rw-r--r--lib/libm/src/s_ilogbf.c4
-rw-r--r--lib/libm/src/s_log1p.c4
-rw-r--r--lib/libm/src/s_log1pf.c4
-rw-r--r--lib/libm/src/s_logb.c4
-rw-r--r--lib/libm/src/s_logbf.c4
-rw-r--r--lib/libm/src/s_modf.c4
-rw-r--r--lib/libm/src/s_modff.c4
-rw-r--r--lib/libm/src/s_nextafter.c4
-rw-r--r--lib/libm/src/s_nextafterf.c4
-rw-r--r--lib/libm/src/s_rint.c4
-rw-r--r--lib/libm/src/s_rintf.c4
-rw-r--r--lib/libm/src/s_scalbn.c4
-rw-r--r--lib/libm/src/s_scalbnf.c4
-rw-r--r--lib/libm/src/s_significand.c4
-rw-r--r--lib/libm/src/s_significandf.c4
-rw-r--r--lib/libm/src/s_sin.c4
-rw-r--r--lib/libm/src/s_sinf.c4
-rw-r--r--lib/libm/src/s_tan.c4
-rw-r--r--lib/libm/src/s_tanf.c4
-rw-r--r--lib/libm/src/s_tanh.c4
-rw-r--r--lib/libm/src/s_tanhf.c4
-rw-r--r--lib/libm/src/w_gamma.c4
-rw-r--r--lib/libm/src/w_gamma_r.c4
-rw-r--r--lib/libm/src/w_gammaf.c4
-rw-r--r--lib/libm/src/w_gammaf_r.c4
-rw-r--r--lib/libm/src/w_lgamma.c4
-rw-r--r--lib/libm/src/w_lgammaf.c4
103 files changed, 3 insertions, 415 deletions
diff --git a/lib/libm/src/b_exp__D.c b/lib/libm/src/b_exp__D.c
index 7166108c113..6dd24342dea 100644
--- a/lib/libm/src/b_exp__D.c
+++ b/lib/libm/src/b_exp__D.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: b_exp__D.c,v 1.4 2009/04/05 02:12:43 martynas Exp $ */
+/* $OpenBSD: b_exp__D.c,v 1.5 2009/10/27 23:59:29 deraadt Exp $ */
/*
* Copyright (c) 1985, 1993
* The Regents of the University of California. All rights reserved.
@@ -28,10 +28,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)exp.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
-
/* EXP(X)
* RETURN THE EXPONENTIAL OF X
* DOUBLE PRECISION (IEEE 53 bits, VAX D FORMAT 56 BITS)
diff --git a/lib/libm/src/b_log__D.c b/lib/libm/src/b_log__D.c
index e5bee43e2cd..13815ff2bcd 100644
--- a/lib/libm/src/b_log__D.c
+++ b/lib/libm/src/b_log__D.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: b_log__D.c,v 1.3 2008/07/16 15:25:51 martynas Exp $ */
+/* $OpenBSD: b_log__D.c,v 1.4 2009/10/27 23:59:29 deraadt Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@@ -28,10 +28,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)log.c 8.2 (Berkeley) 11/30/93";
-#endif /* not lint */
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/b_tgamma.c b/lib/libm/src/b_tgamma.c
index cb46a0dbc16..b6bacffd311 100644
--- a/lib/libm/src/b_tgamma.c
+++ b/lib/libm/src/b_tgamma.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: b_tgamma.c,v 1.2 2008/06/12 22:15:36 martynas Exp $ */
+/* $OpenBSD: b_tgamma.c,v 1.3 2009/10/27 23:59:29 deraadt Exp $ */
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@@ -28,10 +28,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static char sccsid[] = "@(#)gamma.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
-
/*
* This code by P. McIlroy, Oct 1992;
*
diff --git a/lib/libm/src/e_acos.c b/lib/libm/src/e_acos.c
index 0282b115f09..566dda2a9d1 100644
--- a/lib/libm/src/e_acos.c
+++ b/lib/libm/src/e_acos.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_acos.c,v 1.9 1995/05/12 04:57:13 jtc Exp $";
-#endif
-
/* acos(x)
* Method :
* acos(x) = pi/2 - asin(x)
diff --git a/lib/libm/src/e_acosf.c b/lib/libm/src/e_acosf.c
index 57f42b18f8f..559c2c34bbd 100644
--- a/lib/libm/src/e_acosf.c
+++ b/lib/libm/src/e_acosf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_acosf.c,v 1.5 1995/05/12 04:57:16 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/e_acosh.c b/lib/libm/src/e_acosh.c
index 273b93d02a6..c9d8b366dda 100644
--- a/lib/libm/src/e_acosh.c
+++ b/lib/libm/src/e_acosh.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_acosh.c,v 1.9 1995/05/12 04:57:18 jtc Exp $";
-#endif
-
/* acosh(x)
* Method :
* Based on
diff --git a/lib/libm/src/e_acoshf.c b/lib/libm/src/e_acoshf.c
index 515d33daf0c..175f13e67d6 100644
--- a/lib/libm/src/e_acoshf.c
+++ b/lib/libm/src/e_acoshf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_acoshf.c,v 1.5 1995/05/12 04:57:20 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/e_asin.c b/lib/libm/src/e_asin.c
index 19fefa34552..7b1bd3c0663 100644
--- a/lib/libm/src/e_asin.c
+++ b/lib/libm/src/e_asin.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_asin.c,v 1.9 1995/05/12 04:57:22 jtc Exp $";
-#endif
-
/* asin(x)
* Method :
* Since asin(x) = x + x^3/6 + x^5*3/40 + x^7*15/336 + ...
diff --git a/lib/libm/src/e_asinf.c b/lib/libm/src/e_asinf.c
index 3f70199fbc9..5df02a8a672 100644
--- a/lib/libm/src/e_asinf.c
+++ b/lib/libm/src/e_asinf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_asinf.c,v 1.5 1995/05/12 04:57:25 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/e_atan2.c b/lib/libm/src/e_atan2.c
index 16487fcdc1c..1c508b31675 100644
--- a/lib/libm/src/e_atan2.c
+++ b/lib/libm/src/e_atan2.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_atan2.c,v 1.8 1995/05/10 20:44:51 jtc Exp $";
-#endif
-
/* atan2(y,x)
* Method :
* 1. Reduce y to positive by atan2(y,x)=-atan2(-y,x).
diff --git a/lib/libm/src/e_atan2f.c b/lib/libm/src/e_atan2f.c
index 0855bd4ffb5..155a36cab99 100644
--- a/lib/libm/src/e_atan2f.c
+++ b/lib/libm/src/e_atan2f.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_atan2f.c,v 1.4 1995/05/10 20:44:53 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/e_atanh.c b/lib/libm/src/e_atanh.c
index 1cd468b8e56..734aece6f79 100644
--- a/lib/libm/src/e_atanh.c
+++ b/lib/libm/src/e_atanh.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_atanh.c,v 1.8 1995/05/10 20:44:55 jtc Exp $";
-#endif
-
/* atanh(x)
* Method :
* 1.Reduced x to positive by atanh(-x) = -atanh(x)
diff --git a/lib/libm/src/e_atanhf.c b/lib/libm/src/e_atanhf.c
index 40322c2cf0c..dc7eb9aee6f 100644
--- a/lib/libm/src/e_atanhf.c
+++ b/lib/libm/src/e_atanhf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_atanhf.c,v 1.4 1995/05/10 20:44:56 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/e_cosh.c b/lib/libm/src/e_cosh.c
index afad33162af..795f15b392b 100644
--- a/lib/libm/src/e_cosh.c
+++ b/lib/libm/src/e_cosh.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_cosh.c,v 1.7 1995/05/10 20:44:58 jtc Exp $";
-#endif
-
/* cosh(x)
* Method :
* mathematically cosh(x) if defined to be (exp(x)+exp(-x))/2
diff --git a/lib/libm/src/e_coshf.c b/lib/libm/src/e_coshf.c
index 29eb56cfd4e..10bf05380a8 100644
--- a/lib/libm/src/e_coshf.c
+++ b/lib/libm/src/e_coshf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_coshf.c,v 1.5 1995/05/10 20:45:01 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/e_exp.c b/lib/libm/src/e_exp.c
index aef00ba006d..23c1d2888b5 100644
--- a/lib/libm/src/e_exp.c
+++ b/lib/libm/src/e_exp.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_exp.c,v 1.8 1995/05/10 20:45:03 jtc Exp $";
-#endif
-
/* exp(x)
* Returns the exponential of x.
*
diff --git a/lib/libm/src/e_expf.c b/lib/libm/src/e_expf.c
index ac0fc40df09..0e0bc542ee4 100644
--- a/lib/libm/src/e_expf.c
+++ b/lib/libm/src/e_expf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_expf.c,v 1.5 1995/05/10 20:45:05 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/e_fmod.c b/lib/libm/src/e_fmod.c
index 1a85f8295c1..e2b2f0a0b53 100644
--- a/lib/libm/src/e_fmod.c
+++ b/lib/libm/src/e_fmod.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_fmod.c,v 1.8 1995/05/10 20:45:07 jtc Exp $";
-#endif
-
/*
* fmod(x,y)
* Return x mod y in exact arithmetic
diff --git a/lib/libm/src/e_fmodf.c b/lib/libm/src/e_fmodf.c
index 0bb8d172925..cca2f6f63fd 100644
--- a/lib/libm/src/e_fmodf.c
+++ b/lib/libm/src/e_fmodf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_fmodf.c,v 1.4 1995/05/10 20:45:10 jtc Exp $";
-#endif
-
/*
* fmodf(x,y)
* Return x mod y in exact arithmetic
diff --git a/lib/libm/src/e_hypot.c b/lib/libm/src/e_hypot.c
index 23cf67f766d..d5d86fb53a2 100644
--- a/lib/libm/src/e_hypot.c
+++ b/lib/libm/src/e_hypot.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_hypot.c,v 1.9 1995/05/12 04:57:27 jtc Exp $";
-#endif
-
/* hypot(x,y)
*
* Method :
diff --git a/lib/libm/src/e_hypotf.c b/lib/libm/src/e_hypotf.c
index 863899f2ef6..9eb75067099 100644
--- a/lib/libm/src/e_hypotf.c
+++ b/lib/libm/src/e_hypotf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_hypotf.c,v 1.5 1995/05/12 04:57:30 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/e_j0.c b/lib/libm/src/e_j0.c
index ef34cb7887b..138d90c055b 100644
--- a/lib/libm/src/e_j0.c
+++ b/lib/libm/src/e_j0.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_j0.c,v 1.8 1995/05/10 20:45:23 jtc Exp $";
-#endif
-
/* j0(x), y0(x)
* Bessel function of the first and second kinds of order zero.
* Method -- j0(x):
diff --git a/lib/libm/src/e_j0f.c b/lib/libm/src/e_j0f.c
index f5000adf5b6..e485e55f75b 100644
--- a/lib/libm/src/e_j0f.c
+++ b/lib/libm/src/e_j0f.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_j0f.c,v 1.4 1995/05/10 20:45:25 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/e_j1.c b/lib/libm/src/e_j1.c
index 3a783c80f08..2c475a5f1a4 100644
--- a/lib/libm/src/e_j1.c
+++ b/lib/libm/src/e_j1.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_j1.c,v 1.8 1995/05/10 20:45:27 jtc Exp $";
-#endif
-
/* j1(x), y1(x)
* Bessel function of the first and second kinds of order zero.
* Method -- j1(x):
diff --git a/lib/libm/src/e_j1f.c b/lib/libm/src/e_j1f.c
index 62b34072ea8..b65abc0e443 100644
--- a/lib/libm/src/e_j1f.c
+++ b/lib/libm/src/e_j1f.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_j1f.c,v 1.4 1995/05/10 20:45:31 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/e_jn.c b/lib/libm/src/e_jn.c
index f22231a8e97..657c4ddeeb6 100644
--- a/lib/libm/src/e_jn.c
+++ b/lib/libm/src/e_jn.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_jn.c,v 1.9 1995/05/10 20:45:34 jtc Exp $";
-#endif
-
/*
* jn(n, x), yn(n, x)
* floating point Bessel's function of the 1st and 2nd kind
diff --git a/lib/libm/src/e_jnf.c b/lib/libm/src/e_jnf.c
index c96d9670e27..daaf1aea749 100644
--- a/lib/libm/src/e_jnf.c
+++ b/lib/libm/src/e_jnf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_jnf.c,v 1.5 1995/05/10 20:45:37 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/e_lgamma_r.c b/lib/libm/src/e_lgamma_r.c
index dbca95d5ea0..28c07e29b88 100644
--- a/lib/libm/src/e_lgamma_r.c
+++ b/lib/libm/src/e_lgamma_r.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_lgamma_r.c,v 1.7 1995/05/10 20:45:42 jtc Exp $";
-#endif
-
/* lgamma_r(x, signgamp)
* Reentrant version of the logarithm of the Gamma function
* with user provide pointer for the sign of Gamma(x).
diff --git a/lib/libm/src/e_lgammaf_r.c b/lib/libm/src/e_lgammaf_r.c
index 1dfef89f9f9..2e9bd198c87 100644
--- a/lib/libm/src/e_lgammaf_r.c
+++ b/lib/libm/src/e_lgammaf_r.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_lgammaf_r.c,v 1.3 1995/05/10 20:45:47 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/e_log.c b/lib/libm/src/e_log.c
index 052deba253c..3c3c63d8098 100644
--- a/lib/libm/src/e_log.c
+++ b/lib/libm/src/e_log.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_log.c,v 1.8 1995/05/10 20:45:49 jtc Exp $";
-#endif
-
/* log(x)
* Return the logrithm of x
*
diff --git a/lib/libm/src/e_log10.c b/lib/libm/src/e_log10.c
index ac8b87cfa03..e6b826c229b 100644
--- a/lib/libm/src/e_log10.c
+++ b/lib/libm/src/e_log10.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_log10.c,v 1.9 1995/05/10 20:45:51 jtc Exp $";
-#endif
-
/* log10(x)
* Return the base 10 logarithm of x
*
diff --git a/lib/libm/src/e_log10f.c b/lib/libm/src/e_log10f.c
index d4777bf8409..c9e7c0990c2 100644
--- a/lib/libm/src/e_log10f.c
+++ b/lib/libm/src/e_log10f.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_log10f.c,v 1.5 1995/05/10 20:45:53 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/e_logf.c b/lib/libm/src/e_logf.c
index 9491341e6b2..717ae48f071 100644
--- a/lib/libm/src/e_logf.c
+++ b/lib/libm/src/e_logf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_logf.c,v 1.4 1995/05/10 20:45:54 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/e_pow.c b/lib/libm/src/e_pow.c
index 2aa035eee83..938b37cc798 100644
--- a/lib/libm/src/e_pow.c
+++ b/lib/libm/src/e_pow.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_pow.c,v 1.9 1995/05/12 04:57:32 jtc Exp $";
-#endif
-
/* pow(x,y) return x**y
*
* n
diff --git a/lib/libm/src/e_powf.c b/lib/libm/src/e_powf.c
index 9e520f486b9..d6e52d8b99b 100644
--- a/lib/libm/src/e_powf.c
+++ b/lib/libm/src/e_powf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_powf.c,v 1.6 1995/05/12 04:57:35 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/e_rem_pio2.c b/lib/libm/src/e_rem_pio2.c
index c1eefcd96b5..ffc7f229887 100644
--- a/lib/libm/src/e_rem_pio2.c
+++ b/lib/libm/src/e_rem_pio2.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_rem_pio2.c,v 1.8 1995/05/10 20:46:02 jtc Exp $";
-#endif
-
/* __ieee754_rem_pio2(x,y)
*
* return the remainder of x rem pi/2 in y[0]+y[1]
diff --git a/lib/libm/src/e_rem_pio2f.c b/lib/libm/src/e_rem_pio2f.c
index 398bdbd166f..f2af8c49509 100644
--- a/lib/libm/src/e_rem_pio2f.c
+++ b/lib/libm/src/e_rem_pio2f.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_rem_pio2f.c,v 1.5 1995/05/10 20:46:03 jtc Exp $";
-#endif
-
/* __ieee754_rem_pio2f(x,y)
*
* return the remainder of x rem pi/2 in y[0]+y[1]
diff --git a/lib/libm/src/e_remainder.c b/lib/libm/src/e_remainder.c
index 623a13b141e..3d7839700e7 100644
--- a/lib/libm/src/e_remainder.c
+++ b/lib/libm/src/e_remainder.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_remainder.c,v 1.8 1995/05/10 20:46:05 jtc Exp $";
-#endif
-
/* remainder(x,p)
* Return :
* returns x REM p = x - [x/p]*p as if in infinite
diff --git a/lib/libm/src/e_remainderf.c b/lib/libm/src/e_remainderf.c
index 4405866914d..d94f09638dc 100644
--- a/lib/libm/src/e_remainderf.c
+++ b/lib/libm/src/e_remainderf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_remainderf.c,v 1.4 1995/05/10 20:46:08 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/e_scalb.c b/lib/libm/src/e_scalb.c
index d07808896f1..ee459448122 100644
--- a/lib/libm/src/e_scalb.c
+++ b/lib/libm/src/e_scalb.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_scalb.c,v 1.6 1995/05/10 20:46:09 jtc Exp $";
-#endif
-
/*
* scalb(x, fn) is provide for
* passing various standard test suite. One
diff --git a/lib/libm/src/e_scalbf.c b/lib/libm/src/e_scalbf.c
index e50179a1835..12983efd9f0 100644
--- a/lib/libm/src/e_scalbf.c
+++ b/lib/libm/src/e_scalbf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_scalbf.c,v 1.3 1995/05/10 20:46:12 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/e_sinh.c b/lib/libm/src/e_sinh.c
index 68be7b5080f..a2dbe01acec 100644
--- a/lib/libm/src/e_sinh.c
+++ b/lib/libm/src/e_sinh.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_sinh.c,v 1.7 1995/05/10 20:46:13 jtc Exp $";
-#endif
-
/* sinh(x)
* Method :
* mathematically sinh(x) if defined to be (exp(x)-exp(-x))/2
diff --git a/lib/libm/src/e_sinhf.c b/lib/libm/src/e_sinhf.c
index a593c488b95..d898b474a15 100644
--- a/lib/libm/src/e_sinhf.c
+++ b/lib/libm/src/e_sinhf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_sinhf.c,v 1.4 1995/05/10 20:46:15 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/e_sqrt.c b/lib/libm/src/e_sqrt.c
index a857ac1e098..a08cebb7ee5 100644
--- a/lib/libm/src/e_sqrt.c
+++ b/lib/libm/src/e_sqrt.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_sqrt.c,v 1.8 1995/05/10 20:46:17 jtc Exp $";
-#endif
-
/* sqrt(x)
* Return correctly rounded sqrt.
* ------------------------------------------
diff --git a/lib/libm/src/e_sqrtf.c b/lib/libm/src/e_sqrtf.c
index 2dee4848572..80d35278cad 100644
--- a/lib/libm/src/e_sqrtf.c
+++ b/lib/libm/src/e_sqrtf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: e_sqrtf.c,v 1.4 1995/05/10 20:46:19 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/k_cos.c b/lib/libm/src/k_cos.c
index eb662b7569d..8f3882b6a00 100644
--- a/lib/libm/src/k_cos.c
+++ b/lib/libm/src/k_cos.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: k_cos.c,v 1.8 1995/05/10 20:46:22 jtc Exp $";
-#endif
-
/*
* __kernel_cos( x, y )
* kernel cos function on [-pi/4, pi/4], pi/4 ~ 0.785398164
diff --git a/lib/libm/src/k_cosf.c b/lib/libm/src/k_cosf.c
index 89d16bb5cae..853c08286ba 100644
--- a/lib/libm/src/k_cosf.c
+++ b/lib/libm/src/k_cosf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: k_cosf.c,v 1.4 1995/05/10 20:46:23 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/k_rem_pio2.c b/lib/libm/src/k_rem_pio2.c
index 6949d6ce783..80279a74377 100644
--- a/lib/libm/src/k_rem_pio2.c
+++ b/lib/libm/src/k_rem_pio2.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: k_rem_pio2.c,v 1.7 1995/05/10 20:46:25 jtc Exp $";
-#endif
-
/*
* __kernel_rem_pio2(x,y,e0,nx,prec)
* double x[],y[]; int e0,nx,prec;
diff --git a/lib/libm/src/k_rem_pio2f.c b/lib/libm/src/k_rem_pio2f.c
index 43b45e5540e..5931cbab9be 100644
--- a/lib/libm/src/k_rem_pio2f.c
+++ b/lib/libm/src/k_rem_pio2f.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: k_rem_pio2f.c,v 1.4 1995/05/10 20:46:28 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/k_sin.c b/lib/libm/src/k_sin.c
index d30ae8d0724..8b3d6272372 100644
--- a/lib/libm/src/k_sin.c
+++ b/lib/libm/src/k_sin.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: k_sin.c,v 1.8 1995/05/10 20:46:31 jtc Exp $";
-#endif
-
/* __kernel_sin( x, y, iy)
* kernel sin function on [-pi/4, pi/4], pi/4 ~ 0.7854
* Input x is assumed to be bounded by ~pi/4 in magnitude.
diff --git a/lib/libm/src/k_sinf.c b/lib/libm/src/k_sinf.c
index 20af7fc9af7..ba17317490c 100644
--- a/lib/libm/src/k_sinf.c
+++ b/lib/libm/src/k_sinf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: k_sinf.c,v 1.4 1995/05/10 20:46:33 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/k_tan.c b/lib/libm/src/k_tan.c
index 33d63a1024d..03a6090758b 100644
--- a/lib/libm/src/k_tan.c
+++ b/lib/libm/src/k_tan.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: k_tan.c,v 1.8 1995/05/10 20:46:37 jtc Exp $";
-#endif
-
/* __kernel_tan( x, y, k )
* kernel tan function on [-pi/4, pi/4], pi/4 ~ 0.7854
* Input x is assumed to be bounded by ~pi/4 in magnitude.
diff --git a/lib/libm/src/k_tanf.c b/lib/libm/src/k_tanf.c
index f7ddddf273e..8327713a9ba 100644
--- a/lib/libm/src/k_tanf.c
+++ b/lib/libm/src/k_tanf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: k_tanf.c,v 1.4 1995/05/10 20:46:39 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/s_asinh.c b/lib/libm/src/s_asinh.c
index 7398aa9d057..aa4085ae799 100644
--- a/lib/libm/src/s_asinh.c
+++ b/lib/libm/src/s_asinh.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_asinh.c,v 1.9 1995/05/12 04:57:37 jtc Exp $";
-#endif
-
/* asinh(x)
* Method :
* Based on
diff --git a/lib/libm/src/s_asinhf.c b/lib/libm/src/s_asinhf.c
index e6426142985..4ee14f6eac4 100644
--- a/lib/libm/src/s_asinhf.c
+++ b/lib/libm/src/s_asinhf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_asinhf.c,v 1.5 1995/05/12 04:57:39 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/s_atan.c b/lib/libm/src/s_atan.c
index f4de97d5e8f..01f40001ff4 100644
--- a/lib/libm/src/s_atan.c
+++ b/lib/libm/src/s_atan.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_atan.c,v 1.8 1995/05/10 20:46:45 jtc Exp $";
-#endif
-
/* atan(x)
* Method
* 1. Reduce x to positive by atan(x) = -atan(-x).
diff --git a/lib/libm/src/s_atanf.c b/lib/libm/src/s_atanf.c
index 5cb5624690e..66a0c3e459f 100644
--- a/lib/libm/src/s_atanf.c
+++ b/lib/libm/src/s_atanf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_atanf.c,v 1.4 1995/05/10 20:46:47 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/s_cbrt.c b/lib/libm/src/s_cbrt.c
index 2ffd516d512..a6245b3c46f 100644
--- a/lib/libm/src/s_cbrt.c
+++ b/lib/libm/src/s_cbrt.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_cbrt.c,v 1.8 1995/05/10 20:46:49 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/s_cbrtf.c b/lib/libm/src/s_cbrtf.c
index 84fd8e030e1..da59ae83e49 100644
--- a/lib/libm/src/s_cbrtf.c
+++ b/lib/libm/src/s_cbrtf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_cbrtf.c,v 1.4 1995/05/10 20:46:51 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/s_ceil.c b/lib/libm/src/s_ceil.c
index fd89cebb596..c5daeff163a 100644
--- a/lib/libm/src/s_ceil.c
+++ b/lib/libm/src/s_ceil.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_ceil.c,v 1.8 1995/05/10 20:46:53 jtc Exp $";
-#endif
-
/*
* ceil(x)
* Return x rounded toward -inf to integral value
diff --git a/lib/libm/src/s_ceilf.c b/lib/libm/src/s_ceilf.c
index cd955b8b23a..1f1335f73f4 100644
--- a/lib/libm/src/s_ceilf.c
+++ b/lib/libm/src/s_ceilf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_ceilf.c,v 1.4 1995/05/10 20:46:55 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/s_copysign.c b/lib/libm/src/s_copysign.c
index 935ecc7136b..8a6d645cd49 100644
--- a/lib/libm/src/s_copysign.c
+++ b/lib/libm/src/s_copysign.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_copysign.c,v 1.8 1995/05/10 20:46:57 jtc Exp $";
-#endif
-
/*
* copysign(double x, double y)
* copysign(x,y) returns a value with the magnitude of x and
diff --git a/lib/libm/src/s_copysignf.c b/lib/libm/src/s_copysignf.c
index a26ded4fc10..267ed2da96a 100644
--- a/lib/libm/src/s_copysignf.c
+++ b/lib/libm/src/s_copysignf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_copysignf.c,v 1.4 1995/05/10 20:46:59 jtc Exp $";
-#endif
-
/*
* copysignf(float x, float y)
* copysignf(x,y) returns a value with the magnitude of x and
diff --git a/lib/libm/src/s_cos.c b/lib/libm/src/s_cos.c
index 0dd4eba2e28..2d057dc9b96 100644
--- a/lib/libm/src/s_cos.c
+++ b/lib/libm/src/s_cos.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_cos.c,v 1.7 1995/05/10 20:47:02 jtc Exp $";
-#endif
-
/* cos(x)
* Return cosine function of x.
*
diff --git a/lib/libm/src/s_cosf.c b/lib/libm/src/s_cosf.c
index d17db5716e6..aaa3d00bf53 100644
--- a/lib/libm/src/s_cosf.c
+++ b/lib/libm/src/s_cosf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_cosf.c,v 1.4 1995/05/10 20:47:03 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/s_erf.c b/lib/libm/src/s_erf.c
index 22944c1bc83..64d99f411c3 100644
--- a/lib/libm/src/s_erf.c
+++ b/lib/libm/src/s_erf.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_erf.c,v 1.8 1995/05/10 20:47:05 jtc Exp $";
-#endif
-
/* double erf(double x)
* double erfc(double x)
* x
diff --git a/lib/libm/src/s_erff.c b/lib/libm/src/s_erff.c
index 7eadb30dfa3..f94e2d8e02b 100644
--- a/lib/libm/src/s_erff.c
+++ b/lib/libm/src/s_erff.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_erff.c,v 1.4 1995/05/10 20:47:07 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/s_expm1.c b/lib/libm/src/s_expm1.c
index 37a6db5cea6..3f28b70131b 100644
--- a/lib/libm/src/s_expm1.c
+++ b/lib/libm/src/s_expm1.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_expm1.c,v 1.8 1995/05/10 20:47:09 jtc Exp $";
-#endif
-
/* expm1(x)
* Returns exp(x)-1, the exponential of x minus 1.
*
diff --git a/lib/libm/src/s_expm1f.c b/lib/libm/src/s_expm1f.c
index d4a8bb9c42d..287c365b2cd 100644
--- a/lib/libm/src/s_expm1f.c
+++ b/lib/libm/src/s_expm1f.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_expm1f.c,v 1.5 1995/05/10 20:47:11 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/s_fabs.c b/lib/libm/src/s_fabs.c
index b800b245d8c..cbabb25bb5c 100644
--- a/lib/libm/src/s_fabs.c
+++ b/lib/libm/src/s_fabs.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_fabs.c,v 1.7 1995/05/10 20:47:13 jtc Exp $";
-#endif
-
/*
* fabs(x) returns the absolute value of x.
*/
diff --git a/lib/libm/src/s_fabsf.c b/lib/libm/src/s_fabsf.c
index 0c1f4397da7..71b9f755e6d 100644
--- a/lib/libm/src/s_fabsf.c
+++ b/lib/libm/src/s_fabsf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_fabsf.c,v 1.4 1995/05/10 20:47:15 jtc Exp $";
-#endif
-
/*
* fabsf(x) returns the absolute value of x.
*/
diff --git a/lib/libm/src/s_floor.c b/lib/libm/src/s_floor.c
index da2c77fad68..cccd7860971 100644
--- a/lib/libm/src/s_floor.c
+++ b/lib/libm/src/s_floor.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_floor.c,v 1.8 1995/05/10 20:47:20 jtc Exp $";
-#endif
-
/*
* floor(x)
* Return x rounded toward -inf to integral value
diff --git a/lib/libm/src/s_floorf.c b/lib/libm/src/s_floorf.c
index db7fd4d866c..8cc5e3058f3 100644
--- a/lib/libm/src/s_floorf.c
+++ b/lib/libm/src/s_floorf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_floorf.c,v 1.4 1995/05/10 20:47:22 jtc Exp $";
-#endif
-
/*
* floorf(x)
* Return x rounded toward -inf to integral value
diff --git a/lib/libm/src/s_frexp.c b/lib/libm/src/s_frexp.c
index 339c650c37c..ae6552ff8d8 100644
--- a/lib/libm/src/s_frexp.c
+++ b/lib/libm/src/s_frexp.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_frexp.c,v 1.9 1995/05/10 20:47:24 jtc Exp $";
-#endif
-
/*
* for non-zero x
* x = frexp(arg,&exp);
diff --git a/lib/libm/src/s_frexpf.c b/lib/libm/src/s_frexpf.c
index a30a6871e59..204b36682ea 100644
--- a/lib/libm/src/s_frexpf.c
+++ b/lib/libm/src/s_frexpf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_frexpf.c,v 1.5 1995/05/10 20:47:26 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/s_ilogb.c b/lib/libm/src/s_ilogb.c
index 76d9b89746f..e006abf6279 100644
--- a/lib/libm/src/s_ilogb.c
+++ b/lib/libm/src/s_ilogb.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_ilogb.c,v 1.9 1995/05/10 20:47:28 jtc Exp $";
-#endif
-
/* ilogb(double x)
* return the binary exponent of non-zero x
* ilogb(0) = 0x80000001
diff --git a/lib/libm/src/s_ilogbf.c b/lib/libm/src/s_ilogbf.c
index 46603830031..bac38c6b9a3 100644
--- a/lib/libm/src/s_ilogbf.c
+++ b/lib/libm/src/s_ilogbf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_ilogbf.c,v 1.4 1995/05/10 20:47:31 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/s_log1p.c b/lib/libm/src/s_log1p.c
index 0a8059846e4..076f3d91061 100644
--- a/lib/libm/src/s_log1p.c
+++ b/lib/libm/src/s_log1p.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_log1p.c,v 1.8 1995/05/10 20:47:46 jtc Exp $";
-#endif
-
/* double log1p(double x)
*
* Method :
diff --git a/lib/libm/src/s_log1pf.c b/lib/libm/src/s_log1pf.c
index 39fa745ab9a..c5e10e1c0fa 100644
--- a/lib/libm/src/s_log1pf.c
+++ b/lib/libm/src/s_log1pf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_log1pf.c,v 1.4 1995/05/10 20:47:48 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/s_logb.c b/lib/libm/src/s_logb.c
index f7d4f00a118..96c1208bf93 100644
--- a/lib/libm/src/s_logb.c
+++ b/lib/libm/src/s_logb.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_logb.c,v 1.8 1995/05/10 20:47:50 jtc Exp $";
-#endif
-
/*
* double logb(x)
* IEEE 754 logb. Included to pass IEEE test suite. Not recommend.
diff --git a/lib/libm/src/s_logbf.c b/lib/libm/src/s_logbf.c
index 4d54f1b16f4..bed408efab6 100644
--- a/lib/libm/src/s_logbf.c
+++ b/lib/libm/src/s_logbf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_logbf.c,v 1.4 1995/05/10 20:47:51 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/s_modf.c b/lib/libm/src/s_modf.c
index 1d5523a8558..9511e77169c 100644
--- a/lib/libm/src/s_modf.c
+++ b/lib/libm/src/s_modf.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_modf.c,v 1.8 1995/05/10 20:47:55 jtc Exp $";
-#endif
-
/*
* modf(double x, double *iptr)
* return fraction part of x, and return x's integral part in *iptr.
diff --git a/lib/libm/src/s_modff.c b/lib/libm/src/s_modff.c
index 0ede078565d..829bfce7c68 100644
--- a/lib/libm/src/s_modff.c
+++ b/lib/libm/src/s_modff.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_modff.c,v 1.4 1995/05/10 20:47:56 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/s_nextafter.c b/lib/libm/src/s_nextafter.c
index f597858742c..530148aa37e 100644
--- a/lib/libm/src/s_nextafter.c
+++ b/lib/libm/src/s_nextafter.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_nextafter.c,v 1.8 1995/05/10 20:47:58 jtc Exp $";
-#endif
-
/* IEEE functions
* nextafter(x,y)
* return the next machine floating-point number of x in the
diff --git a/lib/libm/src/s_nextafterf.c b/lib/libm/src/s_nextafterf.c
index 7a9135afb0e..93f7b02372a 100644
--- a/lib/libm/src/s_nextafterf.c
+++ b/lib/libm/src/s_nextafterf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_nextafterf.c,v 1.4 1995/05/10 20:48:01 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/s_rint.c b/lib/libm/src/s_rint.c
index 8d0abc74afd..282a868fb40 100644
--- a/lib/libm/src/s_rint.c
+++ b/lib/libm/src/s_rint.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_rint.c,v 1.8 1995/05/10 20:48:04 jtc Exp $";
-#endif
-
/*
* rint(x)
* Return x rounded to integral value according to the prevailing
diff --git a/lib/libm/src/s_rintf.c b/lib/libm/src/s_rintf.c
index c4d1ebf9ae1..bef417a7d12 100644
--- a/lib/libm/src/s_rintf.c
+++ b/lib/libm/src/s_rintf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_rintf.c,v 1.4 1995/05/10 20:48:06 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/s_scalbn.c b/lib/libm/src/s_scalbn.c
index 065fbcb2dec..2f8a36eb668 100644
--- a/lib/libm/src/s_scalbn.c
+++ b/lib/libm/src/s_scalbn.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_scalbn.c,v 1.8 1995/05/10 20:48:08 jtc Exp $";
-#endif
-
/*
* scalbn (double x, int n)
* scalbn(x,n) returns x* 2**n computed by exponent
diff --git a/lib/libm/src/s_scalbnf.c b/lib/libm/src/s_scalbnf.c
index 0f935db76cf..5ab9208b5d9 100644
--- a/lib/libm/src/s_scalbnf.c
+++ b/lib/libm/src/s_scalbnf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_scalbnf.c,v 1.4 1995/05/10 20:48:10 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/s_significand.c b/lib/libm/src/s_significand.c
index cf4faa24d04..055ff5df2e2 100644
--- a/lib/libm/src/s_significand.c
+++ b/lib/libm/src/s_significand.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_significand.c,v 1.6 1995/05/10 20:48:11 jtc Exp $";
-#endif
-
/*
* significand(x) computes just
* scalb(x, (double) -ilogb(x)),
diff --git a/lib/libm/src/s_significandf.c b/lib/libm/src/s_significandf.c
index 085fabc93d2..e90be9e580f 100644
--- a/lib/libm/src/s_significandf.c
+++ b/lib/libm/src/s_significandf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_significandf.c,v 1.3 1995/05/10 20:48:13 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/s_sin.c b/lib/libm/src/s_sin.c
index d788c8780e5..6c0ec362b70 100644
--- a/lib/libm/src/s_sin.c
+++ b/lib/libm/src/s_sin.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_sin.c,v 1.7 1995/05/10 20:48:15 jtc Exp $";
-#endif
-
/* sin(x)
* Return sine function of x.
*
diff --git a/lib/libm/src/s_sinf.c b/lib/libm/src/s_sinf.c
index 8c956c15251..7bb90e67fcd 100644
--- a/lib/libm/src/s_sinf.c
+++ b/lib/libm/src/s_sinf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_sinf.c,v 1.4 1995/05/10 20:48:16 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/s_tan.c b/lib/libm/src/s_tan.c
index 49fac96045f..d2d3e69298c 100644
--- a/lib/libm/src/s_tan.c
+++ b/lib/libm/src/s_tan.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_tan.c,v 1.7 1995/05/10 20:48:18 jtc Exp $";
-#endif
-
/* tan(x)
* Return tangent function of x.
*
diff --git a/lib/libm/src/s_tanf.c b/lib/libm/src/s_tanf.c
index e2b9667f2e5..a79f73fa7df 100644
--- a/lib/libm/src/s_tanf.c
+++ b/lib/libm/src/s_tanf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_tanf.c,v 1.4 1995/05/10 20:48:20 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/s_tanh.c b/lib/libm/src/s_tanh.c
index 60d2f03d1be..1564c47855d 100644
--- a/lib/libm/src/s_tanh.c
+++ b/lib/libm/src/s_tanh.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_tanh.c,v 1.7 1995/05/10 20:48:22 jtc Exp $";
-#endif
-
/* Tanh(x)
* Return the Hyperbolic Tangent of x
*
diff --git a/lib/libm/src/s_tanhf.c b/lib/libm/src/s_tanhf.c
index fb6eb56c6c3..21271e3b6c7 100644
--- a/lib/libm/src/s_tanhf.c
+++ b/lib/libm/src/s_tanhf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: s_tanhf.c,v 1.4 1995/05/10 20:48:24 jtc Exp $";
-#endif
-
#include "math.h"
#include "math_private.h"
diff --git a/lib/libm/src/w_gamma.c b/lib/libm/src/w_gamma.c
index 92112add553..624198c7e11 100644
--- a/lib/libm/src/w_gamma.c
+++ b/lib/libm/src/w_gamma.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: w_gamma.c,v 1.7 1995/11/20 22:06:43 jtc Exp $";
-#endif
-
/* double gamma(double x)
* Return the logarithm of the Gamma function of x.
*
diff --git a/lib/libm/src/w_gamma_r.c b/lib/libm/src/w_gamma_r.c
index dcefb1f4832..cccb9cc2822 100644
--- a/lib/libm/src/w_gamma_r.c
+++ b/lib/libm/src/w_gamma_r.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: w_gamma_r.c,v 1.7 1995/11/20 22:06:45 jtc Exp $";
-#endif
-
/*
* wrapper double gamma_r(double x, int *signgamp)
*/
diff --git a/lib/libm/src/w_gammaf.c b/lib/libm/src/w_gammaf.c
index 16062edf391..6b27e6c4a39 100644
--- a/lib/libm/src/w_gammaf.c
+++ b/lib/libm/src/w_gammaf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-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"
diff --git a/lib/libm/src/w_gammaf_r.c b/lib/libm/src/w_gammaf_r.c
index f1c8bbccfa5..88e3af8b988 100644
--- a/lib/libm/src/w_gammaf_r.c
+++ b/lib/libm/src/w_gammaf_r.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: w_gammaf_r.c,v 1.4 1995/11/20 22:06:50 jtc Exp $";
-#endif
-
/*
* wrapper float gammaf_r(float x, int *signgamp)
*/
diff --git a/lib/libm/src/w_lgamma.c b/lib/libm/src/w_lgamma.c
index f53a6be5dcd..8e5b9b7cb8c 100644
--- a/lib/libm/src/w_lgamma.c
+++ b/lib/libm/src/w_lgamma.c
@@ -10,10 +10,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-static char rcsid[] = "$NetBSD: w_lgamma.c,v 1.6 1995/05/10 20:49:24 jtc Exp $";
-#endif
-
/* double lgamma(double x)
* Return the logarithm of the Gamma function of x.
*
diff --git a/lib/libm/src/w_lgammaf.c b/lib/libm/src/w_lgammaf.c
index 0153f2bb5af..662ced45799 100644
--- a/lib/libm/src/w_lgammaf.c
+++ b/lib/libm/src/w_lgammaf.c
@@ -13,10 +13,6 @@
* ====================================================
*/
-#if defined(LIBM_SCCS) && !defined(lint)
-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"