Subject: Re: Heads up, kernel changes
To: Hisashi T Fujinaka <htodd@twofifty.com>
From: Andrew Doran <ad@NetBSD.org>
List: current-users
Date: 07/10/2007 23:57:56
On Tue, Jul 10, 2007 at 03:26:11PM -0700, Hisashi T Fujinaka wrote:

> 3)
> 
> #   compile  trpt/trpt.o
> /usr/src/obj.i386/tooldir.NetBSD-4.99.23-i386/bin/i386--netbsdelf-gcc -O2  
> -fstack-protector -Wstack-protector --param ssp-buffer-size=1 -Wall 
> -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare 
> -Wno-traditional  -Werror   -DINET6  -nostdinc -isystem 
> /usr/src/obj.i386/destdir.i386/usr/include  -D_FORTIFY_SOURCE=2 -c    
> /usr/src/usr.sbin/trpt/trpt.c
> /usr/src/usr.sbin/trpt/trpt.c: In function 'tcp_trace':
> /usr/src/usr.sbin/trpt/trpt.c:542: error: 'struct callout' has no member 
> named 'c_flags'
> /usr/src/usr.sbin/trpt/trpt.c:546: error: 'struct callout' has no member 
> named 'c_time'
> 
> And there's a problem in regress, too, once I get past this one.

Both fixed now..

Andrew