summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_tanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/s_tanf.c')
-rw-r--r--lib/msun/src/s_tanf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/msun/src/s_tanf.c b/lib/msun/src/s_tanf.c
index 9a83555..24f73a7 100644
--- a/lib/msun/src/s_tanf.c
+++ b/lib/msun/src/s_tanf.c
@@ -14,9 +14,8 @@
* ====================================================
*/
-#ifndef lint
-static char rcsid[] = "$FreeBSD$";
-#endif
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include "math.h"
#define INLINE_KERNEL_TANDF
OpenPOWER on IntegriCloud