From owner-svn-src-all@FreeBSD.ORG Tue Dec 1 12:18:17 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 0C339106566B; Tue, 1 Dec 2009 12:18:17 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id C9CBD8FC13; Tue, 1 Dec 2009 12:18:15 +0000 (UTC) Received: by ewy26 with SMTP id 26so5202990ewy.3 for ; Tue, 01 Dec 2009 04:18:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=L7sH9yK+RXEiFerZ6w08IUFBHa2RoPkq0aEI7BaPXPI=; b=sKpr2NM+8bJs8VTYUhn1UMEwqOxgWDF1J2jGryhwD/s1AHbjbwcRZftQm/jLZpjHpY yNCfNupnDvJ8cWkDe8ui8qs1E4bYNd8u/oBCDW7vpal9l+Jz4NhPYu7eaIHbVSr5KRcq XOaRBxOIuPmZ5tPVqKbyVVNAZy6Cma35G35rs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=er/q7Rz9q7jsDMUbwkRWrqjtMcyyZkokyyiuETajLKmoDXKLJu2gKpoOOKQrt8C4sW 4uXxs2sR16SN+h2UliAALzXd/h4tA19viNUFocr8EX7Z68WTnkKLutcTTC60/tWgKAnc EJywpoM2uAEMqCKvugE4AxpMXd++snw+/P0oc= MIME-Version: 1.0 Received: by 10.216.93.71 with SMTP id k49mr1898224wef.172.1259668208415; Tue, 01 Dec 2009 03:50:08 -0800 (PST) In-Reply-To: <20091130233547.GA68836@citylink.fud.org.nz> References: <200911302125.nAULPvRO043110@svn.freebsd.org> <20091130233547.GA68836@citylink.fud.org.nz> From: Renato Botelho Date: Tue, 1 Dec 2009 09:49:48 -0200 Message-ID: <747dc8f30912010349t746cdc6ev779e99c0cba7bc3c@mail.gmail.com> To: Andrew Thompson Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, John Baldwin 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 12:18:17 -0000 On Mon, Nov 30, 2009 at 9:35 PM, Andrew Thompson wrot= e: > 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: >> =A0 Remove if_timer/if_watchdog now that they are no longer used. =A0The= space >> =A0 used by if_timer is reserved for expanding if_index to an int in the >> =A0 future. >> >> =A0 Reviewed by: =A0 =A0 =A0 =A0rwatson, brooks >> > > I am getting, > > =3D=3D=3D> usr.bin/netstat (all) > cc -O2 -pipe =A0-fno-strict-aliasing -DIPSEC -DSCTP -DINET6 -DNETGRAPH -D= IPX -std=3Dgnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-form= at-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -W= pointer-arith -Wno-uninitialized -Wno-pointer-sign -c /usr/home/thompsa/scr= atch/fbsvn/head/usr.bin/netstat/if.c > /usr/home/thompsa/scratch/fbsvn/head/usr.bin/netstat/if.c: In function 'i= ntpr': > /usr/home/thompsa/scratch/fbsvn/head/usr.bin/netstat/if.c:291: error: 'st= ruct ifnet' has no member named 'if_timer' > *** Error code 1 > > Stop in /usr/home/thompsa/scratch/fbsvn/head/usr.bin/netstat. > *** Error code 1 same here. --=20 Renato Botelho