diff options
Diffstat (limited to 'lib/msun/src/s_fmaf.c')
-rw-r--r-- | lib/msun/src/s_fmaf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/src/s_fmaf.c b/lib/msun/src/s_fmaf.c index 1b483b7406791..0e90180d0d768 100644 --- a/lib/msun/src/s_fmaf.c +++ b/lib/msun/src/s_fmaf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/msun/src/s_fmaf.c,v 1.1 2005/01/22 09:53:18 das Exp $"); /* * Fused multiply-add: Compute x * y + z with a single rounding error. |