From owner-svn-src-all@FreeBSD.ORG Tue Dec 1 15:15:32 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3F3F106566B; Tue, 1 Dec 2009 15:15:32 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id B0D898FC1A; Tue, 1 Dec 2009 15:15:32 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 49C5546B2A; Tue, 1 Dec 2009 10:15:32 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 79DAE8A01F; Tue, 1 Dec 2009 10:15:31 -0500 (EST) From: John Baldwin To: Andrew Thompson Date: Tue, 1 Dec 2009 09:47:58 -0500 User-Agent: KMail/1.12.1 (FreeBSD/7.2-CBSD-20091103; KDE/4.3.1; amd64; ; ) References: <200911302125.nAULPvRO043110@svn.freebsd.org> <20091130233547.GA68836@citylink.fud.org.nz> In-Reply-To: <20091130233547.GA68836@citylink.fud.org.nz> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200912010947.58475.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Tue, 01 Dec 2009 10:15:31 -0500 (EST) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r199975 - head/sys/net X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2009 15:15:33 -0000 On Monday 30 November 2009 6:35:47 pm Andrew Thompson wrote: > 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 Gah, will fix. -- John Baldwin