[procps] add PACKAGE_ARCH=MACHINE_ARCH to procps_3.%.bbappends. (solo2 / solose ...
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-connectivity / realtek / r8712u / strcasecmp.patch
1 diff --git a/ioctl/rtl871x_ioctl_linux.c b/ioctl/rtl871x_ioctl_linux.c
2 index 6f707de..561c50f 100755
3 --- a/ioctl/rtl871x_ioctl_linux.c
4 +++ b/ioctl/rtl871x_ioctl_linux.c
5 @@ -52,6 +52,9 @@
6  #define  iwe_stream_add_point(a, b, c, d, e)  iwe_stream_add_point(b, c, d, e)\r
7  #endif\r
8  \r
9 +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22))\r
10 +#define  strcasecmp(s1, s2)    strcmp(s1, s2)\r
11 +#endif\r
12  \r
13  #define RTL_IOCTL_WPA_SUPPLICANT       SIOCIWFIRSTPRIV+0x1E\r
14  \r