svn commit: r199975 - head/sys/net

Andrew Thompson thompsa at FreeBSD.org
Mon Nov 30 23:35:55 UTC 2009


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



More information about the svn-src-head mailing list