diff options
author | 2006-05-26 20:20:51 +0000 | |
---|---|---|
committer | 2006-05-26 20:20:51 +0000 | |
commit | 71799c4b576bb6e236a939abd3f48aab996076fa (patch) | |
tree | a9c8d6db8dc4c3df674f42e3eaf3ad190dbc1db6 | |
parent | tidy up SYNOPSIS and EXAMPLES; (diff) | |
download | wireguard-openbsd-71799c4b576bb6e236a939abd3f48aab996076fa.tar.xz wireguard-openbsd-71799c4b576bb6e236a939abd3f48aab996076fa.zip |
No md math.h in OpenBSD
-rw-r--r-- | sys/arch/arm/include/math.h | 4 | ||||
-rw-r--r-- | sys/arch/cats/include/math.h | 4 | ||||
-rw-r--r-- | sys/arch/zaurus/include/math.h | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/sys/arch/arm/include/math.h b/sys/arch/arm/include/math.h deleted file mode 100644 index a5818196591..00000000000 --- a/sys/arch/arm/include/math.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: math.h,v 1.1 2004/02/01 05:09:49 drahn Exp $ */ -/* $NetBSD: math.h,v 1.2 2002/02/19 13:08:14 simonb Exp $ */ - -#define __HAVE_NANF diff --git a/sys/arch/cats/include/math.h b/sys/arch/cats/include/math.h deleted file mode 100644 index 8a036446ed9..00000000000 --- a/sys/arch/cats/include/math.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: math.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ -/* $NetBSD: math.h,v 1.3 2001/11/25 15:55:57 thorpej Exp $ */ - -#include <arm/math.h> diff --git a/sys/arch/zaurus/include/math.h b/sys/arch/zaurus/include/math.h deleted file mode 100644 index 585c4f9b181..00000000000 --- a/sys/arch/zaurus/include/math.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $OpenBSD: math.h,v 1.1 2004/12/31 00:04:35 drahn Exp $ */ -/* $NetBSD: math.h,v 1.3 2001/11/25 15:55:57 thorpej Exp $ */ - -#include <arm/math.h> |