diff options
author | Brent Cook <busterb@gmail.com> | 2014-11-19 07:43:07 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-12-03 17:07:17 -0600 |
commit | cccdd689e39b51af02b156229e5236a2a69dcdcb (patch) | |
tree | 79a77dcdc785a109aaaeb4a2a47507933525e47b /include/machine | |
parent | 1bbde19a7c0db8d25fb496dea3e05e3dbc0bbeaf (diff) | |
download | portable-cccdd689e39b51af02b156229e5236a2a69dcdcb.tar.gz portable-cccdd689e39b51af02b156229e5236a2a69dcdcb.tar.bz2 portable-cccdd689e39b51af02b156229e5236a2a69dcdcb.zip |
add minimal winsock->BSD networking header shims
also add license header to existing shims
Diffstat (limited to 'include/machine')
-rw-r--r-- | include/machine/endian.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/machine/endian.h b/include/machine/endian.h index e3120db..5ec39af 100644 --- a/include/machine/endian.h +++ b/include/machine/endian.h | |||
@@ -1,3 +1,8 @@ | |||
1 | /* | ||
2 | * Public domain | ||
3 | * machine/endian.h compatibility shim | ||
4 | */ | ||
5 | |||
1 | #ifndef LIBCRYPTOCOMPAT_BYTE_ORDER_H_ | 6 | #ifndef LIBCRYPTOCOMPAT_BYTE_ORDER_H_ |
2 | #define LIBCRYPTOCOMPAT_BYTE_ORDER_H_ | 7 | #define LIBCRYPTOCOMPAT_BYTE_ORDER_H_ |
3 | 8 | ||