Fix !CAPABILITIES build.

This commit is contained in:
Gleb Smirnoff 2013-09-05 10:24:09 +00:00
parent c7e4729da4
commit 2af0c790ec

View File

@ -2247,7 +2247,9 @@ sys_kmq_timedsend(struct thread *td, struct kmq_timedsend_args *uap)
static int
kern_kmq_notify(struct thread *td, int mqd, struct sigevent *sigev)
{
#ifdef CAPABILITIES
cap_rights_t rights;
#endif
struct filedesc *fdp;
struct proc *p;
struct mqueue *mq;