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 5c02df8..afc3376 100644 --- a/lib/msun/src/e_log10.c +++ b/lib/msun/src/e_log10.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* __ieee754_log10(x) |