Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Dec 2009 12:35:47 +1300
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r199975 - head/sys/net
Message-ID:  <20091130233547.GA68836@citylink.fud.org.nz>
In-Reply-To: <200911302125.nAULPvRO043110@svn.freebsd.org>
References:  <200911302125.nAULPvRO043110@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Nov 30, 2009 at 09:25:57PM +0000, John Baldwin wrote:
> Author: jhb
> Date: Mon Nov 30 21:25:57 2009
> New Revision: 199975
> URL: http://svn.freebsd.org/changeset/base/199975
> 
> Log:
>   Remove if_timer/if_watchdog now that they are no longer used.  The space
>   used by if_timer is reserved for expanding if_index to an int in the
>   future.
>   
>   Reviewed by:	rwatson, brooks
> 

I am getting,

===> usr.bin/netstat (all)
cc -O2 -pipe  -fno-strict-aliasing -DIPSEC -DSCTP -DINET6 -DNETGRAPH -DIPX -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /usr/home/thompsa/scratch/fbsvn/head/usr.bin/netstat/if.c
/usr/home/thompsa/scratch/fbsvn/head/usr.bin/netstat/if.c: In function 'intpr':
/usr/home/thompsa/scratch/fbsvn/head/usr.bin/netstat/if.c:291: error: 'struct ifnet' has no member named 'if_timer'
*** Error code 1

Stop in /usr/home/thompsa/scratch/fbsvn/head/usr.bin/netstat.
*** Error code 1




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091130233547.GA68836>