diff options
Diffstat (limited to 'lib/libc/alpha/gen/modf.c')
-rw-r--r-- | lib/libc/alpha/gen/modf.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/alpha/gen/modf.c b/lib/libc/alpha/gen/modf.c index 42c79cf..37786dc 100644 --- a/lib/libc/alpha/gen/modf.c +++ b/lib/libc/alpha/gen/modf.c @@ -1,6 +1,3 @@ -/* $NetBSD: modf.c,v 1.1 1995/02/10 17:50:25 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: modf.c,v 1.1 1995/02/10 17:50:25 cgd Exp $ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/types.h> #include <machine/ieee.h> #include <errno.h> |