diff options
Diffstat (limited to 'lib/msun/src/s_exp2f.c')
-rw-r--r-- | lib/msun/src/s_exp2f.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/src/s_exp2f.c b/lib/msun/src/s_exp2f.c index 1bc026a3f0eb6..d251059516d1e 100644 --- a/lib/msun/src/s_exp2f.c +++ b/lib/msun/src/s_exp2f.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/msun/src/s_exp2f.c,v 1.1 2005/04/05 02:57:15 das Exp $"); #include "math.h" #include "math_private.h" |