diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-03-09 16:28:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-03-09 16:28:51 +0000 |
commit | e9e6f3531d8fda314bec0215719c4cd5f7b9c364 (patch) | |
tree | dff4d44bdb6271afe877ca6db80c53fa56f9d21c /lib/libc/gdtoa | |
parent | beb6b8a91035a5ac00a5fa9e0ff0bae3a4e15ed3 (diff) |
We are done providing support for the vax.
lots of agreement.
Diffstat (limited to 'lib/libc/gdtoa')
-rw-r--r-- | lib/libc/gdtoa/ldtoa.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/gdtoa/ldtoa.c b/lib/libc/gdtoa/ldtoa.c index 963afd227d0..7282e7a396d 100644 --- a/lib/libc/gdtoa/ldtoa.c +++ b/lib/libc/gdtoa/ldtoa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ldtoa.c,v 1.3 2015/09/14 12:49:33 guenther Exp $ */ +/* $OpenBSD: ldtoa.c,v 1.4 2016/03/09 16:28:47 deraadt Exp $ */ /*- * Copyright (c) 2003 David Schultz <das@FreeBSD.ORG> * All rights reserved. @@ -26,9 +26,7 @@ */ #include <sys/types.h> -#ifndef __vax__ #include <machine/ieee.h> -#endif /* !__vax__ */ #include <float.h> #include <stdint.h> #include <limits.h> |