diff options
author | das <das@FreeBSD.org> | 2008-02-22 02:30:36 +0000 |
---|---|---|
committer | das <das@FreeBSD.org> | 2008-02-22 02:30:36 +0000 |
commit | 8b6c2ddfd4e42d7cc12dd234602325a120f13ad3 (patch) | |
tree | c0b6fbfbddc3fef207b4d4237e9abc71bf4c39a0 /lib/msun/src/s_tanhf.c | |
parent | 224826f963d94ae5e54026f3bc8889e2b88467f8 (diff) | |
download | FreeBSD-src-8b6c2ddfd4e42d7cc12dd234602325a120f13ad3.zip FreeBSD-src-8b6c2ddfd4e42d7cc12dd234602325a120f13ad3.tar.gz |
s/rcsid/__FBSDID/
Diffstat (limited to 'lib/msun/src/s_tanhf.c')
-rw-r--r-- | lib/msun/src/s_tanhf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/msun/src/s_tanhf.c b/lib/msun/src/s_tanhf.c index 8f062c8..04f09c6 100644 --- a/lib/msun/src/s_tanhf.c +++ b/lib/msun/src/s_tanhf.c @@ -13,9 +13,8 @@ * ==================================================== */ -#ifndef lint -static char rcsid[] = "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "math.h" #include "math_private.h" |