Restore builds on architectures that don't support CAPABILITIES (mips).
This commit is contained in:
parent
88eb548859
commit
8e076eff36
@ -1368,7 +1368,9 @@ pollrescan(struct thread *td)
|
|||||||
struct filedesc *fdp;
|
struct filedesc *fdp;
|
||||||
struct file *fp;
|
struct file *fp;
|
||||||
struct pollfd *fd;
|
struct pollfd *fd;
|
||||||
|
#ifdef CAPABILITIES
|
||||||
cap_rights_t rights;
|
cap_rights_t rights;
|
||||||
|
#endif
|
||||||
int n;
|
int n;
|
||||||
|
|
||||||
n = 0;
|
n = 0;
|
||||||
@ -1444,7 +1446,9 @@ pollscan(td, fds, nfd)
|
|||||||
{
|
{
|
||||||
struct filedesc *fdp = td->td_proc->p_fd;
|
struct filedesc *fdp = td->td_proc->p_fd;
|
||||||
struct file *fp;
|
struct file *fp;
|
||||||
|
#ifdef CAPABILITIES
|
||||||
cap_rights_t rights;
|
cap_rights_t rights;
|
||||||
|
#endif
|
||||||
int i, n = 0;
|
int i, n = 0;
|
||||||
|
|
||||||
FILEDESC_SLOCK(fdp);
|
FILEDESC_SLOCK(fdp);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user