diff options
author | guenther <> | 2014-07-21 01:51:11 +0000 |
---|---|---|
committer | guenther <> | 2014-07-21 01:51:11 +0000 |
commit | a1d8bc2426c6d8556e2b50d906d47733bcb192f8 (patch) | |
tree | e8186a78da535872b07b3274820c1af648098427 /src/regress | |
parent | f34324d947b29b5a35a325bbd3901294355b4f39 (diff) | |
download | openbsd-a1d8bc2426c6d8556e2b50d906d47733bcb192f8.tar.gz openbsd-a1d8bc2426c6d8556e2b50d906d47733bcb192f8.tar.bz2 openbsd-a1d8bc2426c6d8556e2b50d906d47733bcb192f8.zip |
Switch from <sys/endian.h> or <machine/endian.h> to the new,
being-standardized <endian.h>
ok deraadt@ millert@ beck@
Diffstat (limited to 'src/regress')
-rw-r--r-- | src/regress/lib/libc/cephes/mconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/cephes/mconf.h b/src/regress/lib/libc/cephes/mconf.h index a92bd3ab64..7527193e2a 100644 --- a/src/regress/lib/libc/cephes/mconf.h +++ b/src/regress/lib/libc/cephes/mconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: mconf.h,v 1.1 2011/07/02 18:11:01 martynas Exp $ */ | 1 | /* $OpenBSD: mconf.h,v 1.2 2014/07/21 01:51:11 guenther Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net> | 4 | * Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net> |
@@ -76,7 +76,7 @@ | |||
76 | */ | 76 | */ |
77 | 77 | ||
78 | #include <sys/types.h> | 78 | #include <sys/types.h> |
79 | #include <sys/endian.h> | 79 | #include <endian.h> |
80 | 80 | ||
81 | /* Constant definitions for math error conditions | 81 | /* Constant definitions for math error conditions |
82 | */ | 82 | */ |