diff options
Diffstat (limited to 'lib/msun/src/e_log10.c')
-rw-r--r-- | lib/msun/src/e_log10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/src/e_log10.c b/lib/msun/src/e_log10.c index 3e27b1cc3e9a2..5d71d3eabbdbd 100644 --- a/lib/msun/src/e_log10.c +++ b/lib/msun/src/e_log10.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_log10.c,v 1.6 1994/08/18 23:05:44 jtc Exp $"; +static char rcsid[] = "e_log10.c,v 1.1.1.1 1994/08/19 09:39:44 jkh Exp"; #endif /* __ieee754_log10(x) |