Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libm/src/b_exp.c,v retrieving revision 1.1 retrieving revision 1.1.4.2 diff -u -p -r1.1 -r1.1.4.2 --- src/lib/libm/src/b_exp.c 2012/05/05 17:54:14 1.1 +++ src/lib/libm/src/b_exp.c 2012/05/23 10:07:32 1.1.4.2 @@ -1,4 +1,4 @@ -/* $NetBSD: b_exp.c,v 1.1 2012/05/05 17:54:14 christos Exp $ */ +/* $NetBSD: b_exp.c,v 1.1.4.2 2012/05/23 10:07:32 yamt Exp $ */ /* * Copyright (c) 1985, 1993 @@ -38,7 +38,7 @@ #if 0 __FBSDID("$FreeBSD: release/9.0.0/lib/msun/bsdsrc/b_exp.c 176449 2008-02-22 02:26:51Z das $"); #else -__RCSID("$NetBSD: b_exp.c,v 1.1 2012/05/05 17:54:14 christos Exp $"); +__RCSID("$NetBSD: b_exp.c,v 1.1.4.2 2012/05/23 10:07:32 yamt Exp $"); #endif