kernel: fix build
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user