diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-21 18:06:09 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-21 18:06:09 +0000 |
| commit | 84c63a156ae3944696fd4ef98841838b93837ca7 (patch) | |
| tree | 3394fc9689a1e1e159b02990402f24ab41f072b4 /lib/msun | |
| parent | 5ff65b6cf34f311c7831185a30a999b64dbf81f2 (diff) | |
Notes
Diffstat (limited to 'lib/msun')
| -rw-r--r-- | lib/msun/bsdsrc/b_exp.c | 6 | ||||
| -rw-r--r-- | lib/msun/bsdsrc/b_log.c | 5 | ||||
| -rw-r--r-- | lib/msun/bsdsrc/b_tgamma.c | 5 |
3 files changed, 7 insertions, 9 deletions
diff --git a/lib/msun/bsdsrc/b_exp.c b/lib/msun/bsdsrc/b_exp.c index 7cdda2f4be36..380476652dd4 100644 --- a/lib/msun/bsdsrc/b_exp.c +++ b/lib/msun/bsdsrc/b_exp.c @@ -31,12 +31,12 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef lint static char sccsid[] = "@(#)exp.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* EXP(X) * RETURN THE EXPONENTIAL OF X diff --git a/lib/msun/bsdsrc/b_log.c b/lib/msun/bsdsrc/b_log.c index fb873c62133e..715fce1953db 100644 --- a/lib/msun/bsdsrc/b_log.c +++ b/lib/msun/bsdsrc/b_log.c @@ -31,12 +31,11 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef lint static char sccsid[] = "@(#)log.c 8.2 (Berkeley) 11/30/93"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <math.h> #include <errno.h> diff --git a/lib/msun/bsdsrc/b_tgamma.c b/lib/msun/bsdsrc/b_tgamma.c index 084d8bbe5759..d009deff7053 100644 --- a/lib/msun/bsdsrc/b_tgamma.c +++ b/lib/msun/bsdsrc/b_tgamma.c @@ -31,12 +31,11 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #ifndef lint static char sccsid[] = "@(#)gamma.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint */ +include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); /* * This code by P. McIlroy, Oct 1992; |
