aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2014-07-10 20:58:58 -0500
committerBrent Cook <busterb@gmail.com>2014-07-10 22:06:44 -0500
commit8e6009c711a10f850fd37ca7142b9f6d2ed90cbc (patch)
tree278e0a2d1c4da313931baceecc7be36104226745
parent4d4e8bb9453ff6df25118eab7d2359b8ea1bb246 (diff)
downloadportable-8e6009c711a10f850fd37ca7142b9f6d2ed90cbc.tar.gz
portable-8e6009c711a10f850fd37ca7142b9f6d2ed90cbc.tar.bz2
portable-8e6009c711a10f850fd37ca7142b9f6d2ed90cbc.zip
axe unneeded solaris compatibility definitions
-rw-r--r--include/sys/types.h5
1 files changed, 0 insertions, 5 deletions
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 @@
5 5
6#include <stdint.h> 6#include <stdint.h>
7 7
8#ifdef __sun
9typedef uint8_t u_int8_t;
10typedef uint32_t u_int32_t;
11#endif
12
13#if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__) 8#if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__)
14# define __bounded__(x, y, z) 9# define __bounded__(x, y, z)
15#endif 10#endif