diff --git a/include/sys/types.h b/include/sys/types.h index 3904bcb..79b93e0 100644 --- a/include/sys/types.h +++ b/include/sys/types.h @@ -5,11 +5,6 @@ #include -#ifdef __sun -typedef uint8_t u_int8_t; -typedef uint32_t u_int32_t; -#endif - #if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__) # define __bounded__(x, y, z) #endif