patch-src_drivers_linux_wext_h 531 B

12345678910111213141516171819
  1. --- hostapd-2.0.orig/src/drivers/linux_wext.h 2013-01-12 16:42:53.000000000 +0100
  2. +++ hostapd-2.0/src/drivers/linux_wext.h 2014-01-02 16:26:15.000000000 +0100
  3. @@ -21,11 +21,11 @@
  4. #include <sys/types.h>
  5. #include <net/if.h>
  6. -typedef __uint32_t __u32;
  7. -typedef __int32_t __s32;
  8. -typedef __uint16_t __u16;
  9. -typedef __int16_t __s16;
  10. -typedef __uint8_t __u8;
  11. +typedef uint32_t __u32;
  12. +typedef int32_t __s32;
  13. +typedef uint16_t __u16;
  14. +typedef int16_t __s16;
  15. +typedef uint8_t __u8;
  16. #ifndef __user
  17. #define __user
  18. #endif /* __user */