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