diff options
Diffstat (limited to 'lib/libc/alpha/gen/fpgetround.c')
| -rw-r--r-- | lib/libc/alpha/gen/fpgetround.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/alpha/gen/fpgetround.c b/lib/libc/alpha/gen/fpgetround.c index 551e65eea78a..70de6480c27c 100644 --- a/lib/libc/alpha/gen/fpgetround.c +++ b/lib/libc/alpha/gen/fpgetround.c @@ -1,6 +1,3 @@ -/* $NetBSD: fpgetround.c,v 1.1 1995/04/29 05:09:55 cgd Exp $ */ -/* $FreeBSD$ */ - /* * Copyright (c) 1995 Christopher G. Demetriou * All rights reserved. @@ -30,8 +27,13 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * $NetBSD: fpgetround.c,v 1.1 1995/04/29 05:09:55 cgd Exp $ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/types.h> #include <ieeefp.h> #include <machine/fpu.h> |
