diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-07-21 01:51:12 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-07-21 01:51:12 +0000 |
commit | aa9ef24e4656ff609846592e4a0986d78591ad4f (patch) | |
tree | 3e0e3b87efa9679d68f3c087efc8d191949505e6 /regress/lib | |
parent | 378b6fbd3692c1ba624cff8309b6bdbcd76657a5 (diff) |
Switch from <sys/endian.h> or <machine/endian.h> to the new,
being-standardized <endian.h>
ok deraadt@ millert@ beck@
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libc/cephes/mconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/cephes/mconf.h b/regress/lib/libc/cephes/mconf.h index a92bd3ab643..7527193e2ac 100644 --- a/regress/lib/libc/cephes/mconf.h +++ b/regress/lib/libc/cephes/mconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mconf.h,v 1.1 2011/07/02 18:11:01 martynas Exp $ */ +/* $OpenBSD: mconf.h,v 1.2 2014/07/21 01:51:11 guenther Exp $ */ /* * Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net> @@ -76,7 +76,7 @@ */ #include <sys/types.h> -#include <sys/endian.h> +#include <endian.h> /* Constant definitions for math error conditions */ |