diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 15:12:41 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 15:12:41 +0000 |
| commit | 7e546392b5fe3a496acff53ac7aadd1c57b2a4cf (patch) | |
| tree | 917f8907edc047db430fc69dab9b26a7bb9900aa /lib/libc/amd64/gen/frexp.c | |
| parent | a794df83c560834b648953255c064baf12444ddd (diff) | |
Notes
Diffstat (limited to 'lib/libc/amd64/gen/frexp.c')
| -rw-r--r-- | lib/libc/amd64/gen/frexp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/amd64/gen/frexp.c b/lib/libc/amd64/gen/frexp.c index 1de32db1dcb7..aba48025ff5a 100644 --- a/lib/libc/amd64/gen/frexp.c +++ b/lib/libc/amd64/gen/frexp.c @@ -30,11 +30,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #if defined(LIBC_RCS) && !defined(lint) -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$Id$"; #endif /* LIBC_RCS and not lint */ #include <sys/types.h> |
