diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-20 08:47:53 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-20 08:47:53 +0000 |
commit | 7e6cd705f344de2f9f08475a0fa2ef9191f88dd0 (patch) | |
tree | 3ce9d5458d0d6e880d50e1e1f1e1ed7521a35ad1 /lib/libc/i386/gen/isinf.c | |
parent | 172a0f0d163415e05ea07968167b11145975a6cb (diff) |
Diffstat (limited to 'lib/libc/i386/gen/isinf.c')
-rw-r--r-- | lib/libc/i386/gen/isinf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/i386/gen/isinf.c b/lib/libc/i386/gen/isinf.c index b2b63a8f72744..57327c84931d3 100644 --- a/lib/libc/i386/gen/isinf.c +++ b/lib/libc/i386/gen/isinf.c @@ -30,11 +30,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/i386/gen/isinf.c,v 1.6 1999/08/27 23:59:21 peter Exp $ */ #if defined(LIBC_RCS) && !defined(lint) -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$FreeBSD: src/lib/libc/i386/gen/isinf.c,v 1.6 1999/08/27 23:59:21 peter Exp $"; #endif /* LIBC_RCS and not lint */ #include <sys/types.h> |