summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/k_tan.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/k_tan.c')
-rw-r--r--lib/msun/src/k_tan.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/msun/src/k_tan.c b/lib/msun/src/k_tan.c
index 13737d0..2e86c3b 100644
--- a/lib/msun/src/k_tan.c
+++ b/lib/msun/src/k_tan.c
@@ -11,9 +11,8 @@
*/
/* INDENT OFF */
-#ifndef lint
-static char rcsid[] = "$FreeBSD$";
-#endif
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
/* __kernel_tan( x, y, k )
* kernel tan function on ~[-pi/4, pi/4] (except on -0), pi/4 ~ 0.7854
OpenPOWER on IntegriCloud