diff options
Diffstat (limited to 'lib/msun/src/e_powf.c')
-rw-r--r-- | lib/msun/src/e_powf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/src/e_powf.c b/lib/msun/src/e_powf.c index 9be3a5d36aec..b46465287e97 100644 --- a/lib/msun/src/e_powf.c +++ b/lib/msun/src/e_powf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: e_powf.c,v 1.5 1997/03/09 16:29:26 bde Exp $"; +static char rcsid[] = "$Id: e_powf.c,v 1.2.6.1 1997/12/28 19:48:43 steve Exp $"; #endif #include "math.h" |