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:
Paul Saab 2005-03-01 13:50:57 +00:00
parent d220759b41
commit 5d83706b23

View File

@ -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;