suken woo wrote:
> In file included from
> ../../../../src/solaris/hpi/native_threads/src/threads_md.c:27:
> /usr/include/sys/resource.h:61: field `ru_utime' has incomplete type
> /usr/include/sys/resource.h:62: field `ru_stime' has incomplete type

"struct timeval" is not in scope.

Modify the file:

../../../../src/solaris/hpi/native_threads/src/threads_md.c

and add

#include <sys/time.h>

before the #include on line # 27.

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to