kernel: fix build

This commit is contained in:
ShirkNeko
2025-11-08 20:45:29 +08:00
parent 05179ee119
commit 8c849518fb
4 changed files with 2 additions and 124 deletions

View File

@@ -30,6 +30,7 @@ extern struct key *init_session_keyring;
* paramters are the same as copy_from_user
* 0 = success
*/
extern long ksu_copy_from_user_nofault(void *dst, const void __user *src, size_t size);
static long ksu_copy_from_user_retry(void *to,
const void __user *from, unsigned long count)
{