From c1754372ea9df69d05902cf55ba2e06becff9476 Mon Sep 17 00:00:00 2001 From: sbruno Date: Thu, 5 Sep 2013 03:36:57 +0000 Subject: This looks like a typo that breaks the build. Yell at me if this isn't the intended declaration. --- sys/kern/sys_capability.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/sys_capability.c b/sys/kern/sys_capability.c index 456f7ac..7a82017 100644 --- a/sys/kern/sys_capability.c +++ b/sys/kern/sys_capability.c @@ -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); -- cgit v1.1