You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fedora 64-bit kernel updated today and to V5.0.3-200.fc29.x86_64. When compiling against that source the following error occurred:
CC [M] /usr/src/rtl8192du/os_dep/rtw_android.o
/usr/src/rtl8192du/os_dep/rtw_android.c: In function ‘rtw_android_priv_cmd’:
/usr/src/rtl8192du/os_dep/rtw_android.c:387:62: error: macro "access_ok" passed 3 arguments, but takes just 2
if (!access_ok(VERIFY_READ, priv_cmd.buf, priv_cmd.total_len)){
^
/usr/src/rtl8192du/os_dep/rtw_android.c:387:7: error: ‘access_ok’ undeclared (first use in this function)
if (!access_ok(VERIFY_READ, priv_cmd.buf, priv_cmd.total_len)){
^~~~~~~~~
/usr/src/rtl8192du/os_dep/rtw_android.c:387:7: note: each undeclared identifier is reported only once for each function it appears in
distcc[4953] ERROR: compile /usr/src/rtl8192du/os_dep/rtw_android.c on localhost failed
make[2]: *** [scripts/Makefile.build:277: /usr/src/rtl8192du/os_dep/rtw_android.o] Error 1
make[1]: *** [Makefile:1557: module/usr/src/rtl8192du] Error 2
The text was updated successfully, but these errors were encountered:
Fedora 64-bit kernel updated today and to V5.0.3-200.fc29.x86_64. When compiling against that source the following error occurred:
CC [M] /usr/src/rtl8192du/os_dep/rtw_android.o
/usr/src/rtl8192du/os_dep/rtw_android.c: In function ‘rtw_android_priv_cmd’:
/usr/src/rtl8192du/os_dep/rtw_android.c:387:62: error: macro "access_ok" passed 3 arguments, but takes just 2
if (!access_ok(VERIFY_READ, priv_cmd.buf, priv_cmd.total_len)){
^
/usr/src/rtl8192du/os_dep/rtw_android.c:387:7: error: ‘access_ok’ undeclared (first use in this function)
if (!access_ok(VERIFY_READ, priv_cmd.buf, priv_cmd.total_len)){
^~~~~~~~~
/usr/src/rtl8192du/os_dep/rtw_android.c:387:7: note: each undeclared identifier is reported only once for each function it appears in
distcc[4953] ERROR: compile /usr/src/rtl8192du/os_dep/rtw_android.c on localhost failed
make[2]: *** [scripts/Makefile.build:277: /usr/src/rtl8192du/os_dep/rtw_android.o] Error 1
make[1]: *** [Makefile:1557: module/usr/src/rtl8192du] Error 2
The text was updated successfully, but these errors were encountered: