diff --git a/lib/msun/bsdsrc/b_exp.c b/lib/msun/bsdsrc/b_exp.c index 98d2247ae091..6af1fe119216 100644 --- a/lib/msun/bsdsrc/b_exp.c +++ b/lib/msun/bsdsrc/b_exp.c @@ -31,9 +31,7 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)exp.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ +/* @(#)exp.c 8.1 (Berkeley) 6/4/93 */ #include __FBSDID("$FreeBSD$"); diff --git a/lib/msun/bsdsrc/b_log.c b/lib/msun/bsdsrc/b_log.c index b9f1473e0c8b..5a4b9644f7b3 100644 --- a/lib/msun/bsdsrc/b_log.c +++ b/lib/msun/bsdsrc/b_log.c @@ -31,9 +31,7 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)log.c 8.2 (Berkeley) 11/30/93"; -#endif /* not lint */ +/* @(#)log.c 8.2 (Berkeley) 11/30/93 */ #include __FBSDID("$FreeBSD$"); diff --git a/lib/msun/bsdsrc/b_tgamma.c b/lib/msun/bsdsrc/b_tgamma.c index 5593bbd95dc3..1d0af4432863 100644 --- a/lib/msun/bsdsrc/b_tgamma.c +++ b/lib/msun/bsdsrc/b_tgamma.c @@ -31,9 +31,7 @@ * SUCH DAMAGE. */ -#ifndef lint -static char sccsid[] = "@(#)gamma.c 8.1 (Berkeley) 6/4/93"; -#endif /* not lint */ +/* @(#)gamma.c 8.1 (Berkeley) 6/4/93 */ #include __FBSDID("$FreeBSD$");