From 388a1655d4d94141a979a058e737eb573c8ed257 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 10 Jul 2014 16:02:49 -0500 Subject: better fix for __bounded removal --- include/sys/types.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/sys/types.h b/include/sys/types.h index 05fc05b..3904bcb 100644 --- a/include/sys/types.h +++ b/include/sys/types.h @@ -10,4 +10,8 @@ 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 + #endif -- cgit v1.2.3-55-g6feb