diff options
Diffstat (limited to 'lib/msun/src/s_frexpf.c')
-rw-r--r-- | lib/msun/src/s_frexpf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/src/s_frexpf.c b/lib/msun/src/s_frexpf.c index 1a1df34adbb13..942c5cbf2afd9 100644 --- a/lib/msun/src/s_frexpf.c +++ b/lib/msun/src/s_frexpf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id$"; +static char rcsid[] = "$Id: s_frexpf.c,v 1.5 1997/02/22 15:11:19 peter Exp $"; #endif #include "math.h" |