diff options
Diffstat (limited to 'lib/msun/src/s_nextafterf.c')
-rw-r--r-- | lib/msun/src/s_nextafterf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/src/s_nextafterf.c b/lib/msun/src/s_nextafterf.c index b8a112527749..dcc8bbb88424 100644 --- a/lib/msun/src/s_nextafterf.c +++ b/lib/msun/src/s_nextafterf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/lib/msun/src/s_nextafterf.c,v 1.10.24.1 2010/12/21 17:10:29 kensmith Exp $"; #endif #include "math.h" |