From 2b6dbc39ef274d5298daad1ff864be8fc3c56537 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 10 Jul 2014 06:21:51 -0500 Subject: initial top-level import of subdirectories --- include/sys/types.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/sys/types.h (limited to 'include/sys') diff --git a/include/sys/types.h b/include/sys/types.h new file mode 100644 index 0000000..05fc05b --- /dev/null +++ b/include/sys/types.h @@ -0,0 +1,13 @@ +#include_next + +#ifndef LIBCRYPTOCOMPAT_SYS_TYPES_H +#define LIBCRYPTOCOMPAT_SYS_TYPES_H + +#include + +#ifdef __sun +typedef uint8_t u_int8_t; +typedef uint32_t u_int32_t; +#endif + +#endif -- cgit v1.2.3-55-g6feb