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 0ee69a6ab358..eb52b4df0f6a 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.10.1 2010/02/10 00:26:20 kensmith Exp $"; #endif /* double log1p(double x) |
