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/s_frexpf.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- src/lib/libm/src/s_frexpf.c 1997/10/09 11:32:10 1.6 +++ src/lib/libm/src/s_frexpf.c 1999/07/02 15:37:42 1.7 @@ -8,14 +8,14 @@ * * Developed at SunPro, a Sun Microsystems, Inc. business. * Permission to use, copy, modify, and distribute this - * software is freely granted, provided that this notice + * software is freely granted, provided that this notice * is preserved. * ==================================================== */ #include #if defined(LIBM_SCCS) && !defined(lint) -__RCSID("$NetBSD: s_frexpf.c,v 1.6 1997/10/09 11:32:10 lukem Exp $"); +__RCSID("$NetBSD: s_frexpf.c,v 1.7 1999/07/02 15:37:42 simonb Exp $"); #endif #include "math.h"