Subject: Re: running gcc on SPARCstation 20 with netBSD -problem: undefined ftime
To: Harry Wang <foreversoldier@yahoo.com>
From: David S. <davids@idiom.com>
List: netbsd-help
Date: 11/28/2003 23:19:25
> I just installed a fresh version of netBSD 1.6.1, 
> 
> after running 'gcc xxx.c' command, I get the following
> error:
> storage size of 'tp' isn't known. 
> 
> The problem was on this line of the xxx.c file:
> struct timeb tp;
> 
> 
> ANY HELP IS APPRECIATED!!

RTFM: ftime(3)

David S.

> 
> Harry
>