Skip to content

Commit

Permalink
hostapd: fix compilation error in wext backend
Browse files Browse the repository at this point in the history
Signed-off-by: Jo-Philipp Wich <[email protected]>
  • Loading branch information
jow- authored and wigyori committed Jun 24, 2016
1 parent 6393b90 commit 2fab872
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package/network/services/hostapd/patches/432-missing-typedef.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- 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 */

0 comments on commit 2fab872

Please sign in to comment.