diff options
Diffstat (limited to 'lib/msun/src/e_sinhf.c')
-rw-r--r-- | lib/msun/src/e_sinhf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/src/e_sinhf.c b/lib/msun/src/e_sinhf.c index fc417dee769b1..6c8cbc3c9ce4c 100644 --- a/lib/msun/src/e_sinhf.c +++ b/lib/msun/src/e_sinhf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/lib/msun/src/e_sinhf.c,v 1.5 1999/08/28 00:06:39 peter Exp $"; #endif #include "math.h" |