kernel: Fix manager recognize err

This commit is contained in:
weishu
2023-08-09 16:28:22 +08:00
parent 7ecb4b03ee
commit cde3e95180
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
#elif LINUX_VERSION_CODE >= KERNEL_VERSION(5, 3, 0)
#define ksu_strncpy_from_user_nofault strncpy_from_unsafe_user
#else
#define ksu_strncpy_from_user_nofault strncpy_from_user
#define ksu_strncpy_from_user_nofault probe_kernel_read
#endif
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)