From 88eb548859a6573595b989ede0b7163bc8a2ab8d Mon Sep 17 00:00:00 2001 From: Sean Bruno Date: Thu, 5 Sep 2013 03:36:57 +0000 Subject: [PATCH] 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 456f7ac7e08c..7a820179633f 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);