diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 15:12:41 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 15:12:41 +0000 |
commit | 6b08958c64bd274652d33b6f406630fcb201cd3d (patch) | |
tree | 917f8907edc047db430fc69dab9b26a7bb9900aa /lib/msun/src/e_scalbf.c | |
parent | fda548cb83fcf40b601cfc7e728f768979b88264 (diff) | |
download | FreeBSD-src-6b08958c64bd274652d33b6f406630fcb201cd3d.zip FreeBSD-src-6b08958c64bd274652d33b6f406630fcb201cd3d.tar.gz |
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'lib/msun/src/e_scalbf.c')
-rw-r--r-- | lib/msun/src/e_scalbf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/src/e_scalbf.c b/lib/msun/src/e_scalbf.c index c678570..df2a54d 100644 --- a/lib/msun/src/e_scalbf.c +++ b/lib/msun/src/e_scalbf.c @@ -14,7 +14,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif #include "math.h" |