diff options
Diffstat (limited to 'lib/msun/src/s_cbrt.c')
-rw-r--r-- | lib/msun/src/s_cbrt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/src/s_cbrt.c b/lib/msun/src/s_cbrt.c index 93edad7..09f8d08 100644 --- a/lib/msun/src/s_cbrt.c +++ b/lib/msun/src/s_cbrt.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif #include "math.h" |