summaryrefslogtreecommitdiff
path: root/StdLib/Include/netinet6/in6.h
diff options
context:
space:
mode:
Diffstat (limited to 'StdLib/Include/netinet6/in6.h')
-rw-r--r--StdLib/Include/netinet6/in6.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/StdLib/Include/netinet6/in6.h b/StdLib/Include/netinet6/in6.h
index 7e81bb7084..f9a645aef1 100644
--- a/StdLib/Include/netinet6/in6.h
+++ b/StdLib/Include/netinet6/in6.h
@@ -736,9 +736,10 @@ extern u_char ip6_protox[];
#include <machine/ansi.h>
-#ifdef _BSD_SIZE_T_
-typedef _BSD_SIZE_T_ size_t;
+#ifdef _EFI_SIZE_T_
+typedef _EFI_SIZE_T_ size_t;
#define _SIZE_T
+#undef _EFI_SIZE_T_
#undef _BSD_SIZE_T_
#endif