fix
This commit is contained in:
@@ -466,7 +466,7 @@ static int ksu_handle_vfs_read(struct file **file_ptr, char __user **buf_ptr,
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int ksu_handle_sys_read(unsigned int fd, char __user **buf_ptr,
|
||||
int ksu_handle_sys_read(unsigned int fd, char __user **buf_ptr,
|
||||
size_t *count_ptr)
|
||||
{
|
||||
struct file *file = fget(fd);
|
||||
|
||||
Reference in New Issue
Block a user