Ooops. I will compile test before committing. The stackgap version
of kevent32 will be going away shortly, so this is temporary until I commit the non-stackgap version.
This commit is contained in:
parent
d220759b41
commit
5d83706b23
@ -568,9 +568,9 @@ freebsd32_kevent(struct thread *td, struct freebsd32_kevent_args *uap)
|
||||
sg = stackgap_init();
|
||||
|
||||
a.fd = uap->fd;
|
||||
a.changelist = uap->changelist;
|
||||
a.changelist = (struct kevent *)uap->changelist;
|
||||
a.nchanges = uap->nchanges;
|
||||
a.eventlist = uap->eventlist;
|
||||
a.eventlist = (struct kevent *)uap->eventlist;
|
||||
a.nevents = uap->nevents;
|
||||
a.timeout = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user