patch-src_drivers_linux_wext_h 548 B

12345678910111213141516171819
  1. --- wpa_supplicant-2.0.orig/src/drivers/linux_wext.h 2013-01-12 16:42:53.000000000 +0100
  2. +++ wpa_supplicant-2.0/src/drivers/linux_wext.h 2013-08-20 17:10:28.179106082 +0200
  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 u_int32_t __u32;
  12. +typedef int32_t __s32;
  13. +typedef u_int16_t __u16;
  14. +typedef int16_t __s16;
  15. +typedef u_int8_t __u8;
  16. #ifndef __user
  17. #define __user
  18. #endif /* __user */