diff options
Diffstat (limited to 'lib/libc/alpha/gen/isinf.c')
| -rw-r--r-- | lib/libc/alpha/gen/isinf.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/alpha/gen/isinf.c b/lib/libc/alpha/gen/isinf.c index 239f2a03e523..3ebab1ad382c 100644 --- a/lib/libc/alpha/gen/isinf.c +++ b/lib/libc/alpha/gen/isinf.c @@ -1,6 +1,3 @@ -/* $NetBSD: isinf.c,v 1.1 1995/02/10 17:50:23 cgd Exp $ */ -/* $FreeBSD$ */ - /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. * All rights reserved. @@ -26,8 +23,13 @@ * * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. + * + * $NetBSD: isinf.c,v 1.1 1995/02/10 17:50:23 cgd Exp $ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/types.h> #include <machine/ieee.h> #include <math.h> |
