[PATCH] Add missing data type __s8

Kishan Gondaliya kishanpgondaliya at gmail.com
Tue Oct 24 05:40:52 PDT 2017


Signed-off-by: Kishan Gondaliya <kishanpgondaliya at gmail.com>
---
 src/drivers/linux_wext.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/drivers/linux_wext.h b/src/drivers/linux_wext.h
index e7c7001..1cb8909 100644
--- a/src/drivers/linux_wext.h
+++ b/src/drivers/linux_wext.h
@@ -26,6 +26,7 @@ typedef int32_t __s32;
 typedef uint16_t __u16;
 typedef int16_t __s16;
 typedef uint8_t __u8;
+typedef int8_t __s8;
 #ifndef __user
 #define __user
 #endif /* __user */
-- 
1.9.1




More information about the Hostap mailing list