DragonFly users List (threaded) for 2004-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: emulators/vmware-guestd4 broken
On Thu, Sep 30, 2004 at 03:54:23PM +0200, Bernhard Valenti wrote:
> 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.
For the kernel, you should *not* include stdarg.h. Use the protected
versions __va_start, __va_list and __va_end instead.
If you have problems fixing this, can you either send me the source
off list (< 500 KB) or put it somewhere. I don't have vmware myself :)
Joerg
>
> regards,
> Bernhard
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]