DragonFly BSD
DragonFly users List (threaded) for 2004-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: emulators/vmware-guestd4 broken


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxx>
Date: Sat, 2 Oct 2004 16:37:40 +0200

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]