diff options
Diffstat (limited to 'lib/msun/src/s_log1p.c')
| -rw-r--r-- | lib/msun/src/s_log1p.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/src/s_log1p.c b/lib/msun/src/s_log1p.c index 0ee69a6ab358a..7f40d9b363761 100644 --- a/lib/msun/src/s_log1p.c +++ b/lib/msun/src/s_log1p.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/lib/msun/src/s_log1p.c,v 1.8.8.1 2009/04/15 03:14:26 kensmith Exp $"; #endif /* double log1p(double x) |
