diff options
Diffstat (limited to 'lib/msun/src/w_lgammaf.c')
-rw-r--r-- | lib/msun/src/w_lgammaf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/src/w_lgammaf.c b/lib/msun/src/w_lgammaf.c index 7a237ca0c373..dfe2c66d9cf2 100644 --- a/lib/msun/src/w_lgammaf.c +++ b/lib/msun/src/w_lgammaf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/lib/msun/src/w_lgammaf.c,v 1.5 1999/08/28 00:07:05 peter Exp $"; #endif #include "math.h" |