diff options
| author | guenther <> | 2014-07-21 01:51:11 +0000 |
|---|---|---|
| committer | guenther <> | 2014-07-21 01:51:11 +0000 |
| commit | 647ed8b748366264474c5e4d37d07789ac48458f (patch) | |
| tree | e8186a78da535872b07b3274820c1af648098427 /src/regress/lib/libc | |
| parent | e1e31280b22a03036aa16e7c3814eedfa8ce1be4 (diff) | |
| download | openbsd-647ed8b748366264474c5e4d37d07789ac48458f.tar.gz openbsd-647ed8b748366264474c5e4d37d07789ac48458f.tar.bz2 openbsd-647ed8b748366264474c5e4d37d07789ac48458f.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/lib/libc')
| -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 | */ |
