diff options
Diffstat (limited to 'lib/msun/src/s_tanl.c')
-rw-r--r-- | lib/msun/src/s_tanl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/src/s_tanl.c b/lib/msun/src/s_tanl.c index 2592dcdf1424..cfc22dc905ff 100644 --- a/lib/msun/src/s_tanl.c +++ b/lib/msun/src/s_tanl.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/msun/src/s_tanl.c,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $"); /* * Compute tan(x) for x where x is reduced to y = x - k * pi / 2. |