--On Thursday, February 06, 2003 01:06:56 PM -0300 Juan Luis Baptiste
<[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I'm trying to compile ttcp6 under FreeBSD 4.5 but I'm getting this
> error:
> 
> gcc -c -w -I/usr/include ttcp6.c
> ttcp6.c: In function `getrusage':
> ttcp6.c:1093: `HZ' undeclared (first use in this function)
> ttcp6.c:1093: (Each undeclared identifier is reported only once
> ttcp6.c:1093: for each function it appears in.)
> 
> Any hints?

HZ is a value defined in Linux kernel:

include/asm-i386/param.h:#define HZ 100

will vary on several platforms...is used as a timing base.


        Peter
-- 
Dr. Peter Bieringer                     http://www.bieringer.de/pb/
GPG/PGP Key 0x958F422D               mailto: pb at bieringer dot de 
Deep Space 6 Co-Founder and Core Member  http://www.deepspace6.net/
---------------------------------------------------------------------
The IPv6 Users Mailing List
Unsubscribe by sending "unsubscribe users" to [EMAIL PROTECTED]

Reply via email to