DragonFly users List (threaded) for 2004-10
[Date Prev][
Date Next]
[Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: emulators/vmware-guestd4 broken
:Hi,
:
:this port fails because it cant find va_start etc. I fixed this by
:including stdarg.h. The next thing it fails on is the timeout /
:untimeout / callout_handle_init functions that have been removed
:recently. I have know idea on how to fix this.
:
:regards,
:Bernhard
The old timeout/untimeout API no longer exists. The newer
callout_init()/callout_reset()/callout_stop() API should be used
instead.
Basically the old timeout() API allocated a callout structure. The
new one requires the client to provide a callout structure instead.
-Matt
Matthew Dillon
<dillon@xxxxxxxxxxxxx>
[Date Prev][
Date Next]
[Thread Prev][
Thread Next]
[
Date Index][
Thread Index]