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