The fget() function now takes pointer to cap_rights_t, so change 0 to NULL.
This commit is contained in:
parent
ab568de789
commit
96a62209fb
@ -2050,7 +2050,7 @@ sys_aio_cancel(struct thread *td, struct aio_cancel_args *uap)
|
||||
struct vnode *vp;
|
||||
|
||||
/* Lookup file object. */
|
||||
error = fget(td, uap->fd, 0, &fp);
|
||||
error = fget(td, uap->fd, NULL, &fp);
|
||||
if (error)
|
||||
return (error);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user