Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Fix an RCS Id botch that occured when renaming.



details:   https://anonhg.NetBSD.org/src/rev/41417f9c6b2a
branches:  trunk
changeset: 553922:41417f9c6b2a
user:      kleink <kleink%NetBSD.org@localhost>
date:      Thu Oct 23 00:04:57 2003 +0000

description:
Fix an RCS Id botch that occured when renaming.

diffstat:

 lib/libc/gen/isnanl_ieee754.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bae757f86aad -r 41417f9c6b2a lib/libc/gen/isnanl_ieee754.c
--- a/lib/libc/gen/isnanl_ieee754.c     Thu Oct 23 00:04:03 2003 +0000
+++ b/lib/libc/gen/isnanl_ieee754.c     Thu Oct 23 00:04:57 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isnanl_ieee754.c,v 1.3 2003/10/22 21:37:34 kleink Exp $        */
+/*     $NetBSD: isnanl_ieee754.c,v 1.4 2003/10/23 00:04:57 kleink Exp $        */
 
 /*
  * Copyright (c) 1992, 1993
@@ -40,7 +40,7 @@
 #if 0
 static char sccsid[] = "@(#)isinf.c    8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD54_isnan.c,v 1.1 2002/02/19 13:08:13 simonb Exp $");
+__RCSID("$NetBSD: isnanl_ieee754.c,v 1.4 2003/10/23 00:04:57 kleink Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 



Home | Main Index | Thread Index | Old Index