diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2013-09-05 10:24:09 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2013-09-05 10:24:09 +0000 |
| commit | 2af0c790ec4a26cb5947058e7468c939eeddc619 (patch) | |
| tree | 8e7ff932db4838f1d0dd9362b19c5d1548f3bf23 | |
| parent | c7e4729da4582390e3cbf07ae230318c8c531e53 (diff) | |
Notes
| -rw-r--r-- | sys/kern/uipc_mqueue.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/uipc_mqueue.c b/sys/kern/uipc_mqueue.c index 6a1bf7621560..fe7e88645b1d 100644 --- a/sys/kern/uipc_mqueue.c +++ b/sys/kern/uipc_mqueue.c @@ -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; |
