mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
This looks like a typo that breaks the build. Yell at me if this isn't the
intended declaration.
This commit is contained in:
parent
995df27c66
commit
88eb548859
1 changed files with 1 additions and 1 deletions
|
|
@ -576,7 +576,7 @@ sys_cap_rights_limit(struct thread *td, struct cap_rights_limit_args *uap)
|
|||
}
|
||||
|
||||
int
|
||||
sys___cap_rights_get(struct thread *td, struct cap___rights_get_args *uap)
|
||||
sys___cap_rights_get(struct thread *td, struct __cap_rights_get_args *uap)
|
||||
{
|
||||
|
||||
return (ENOSYS);
|
||||
|
|
|
|||
Loading…
Reference in a new issue