From owner-freebsd-current@FreeBSD.ORG Sun Mar 3 23:50:53 2013 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E5375A47 for ; Sun, 3 Mar 2013 23:50:53 +0000 (UTC) (envelope-from pawel@dawidek.net) Received: from mail.dawidek.net (garage.dawidek.net [91.121.88.72]) by mx1.freebsd.org (Postfix) with ESMTP id B22FEF54 for ; Sun, 3 Mar 2013 23:50:53 +0000 (UTC) Received: from localhost (89-73-195-149.dynamic.chello.pl [89.73.195.149]) by mail.dawidek.net (Postfix) with ESMTPSA id BF216338; Mon, 4 Mar 2013 00:47:48 +0100 (CET) Date: Mon, 4 Mar 2013 00:52:08 +0100 From: Pawel Jakub Dawidek To: Michael Butler Subject: Re: kernel build failure Message-ID: <20130303235208.GK1883@garage.freebsd.pl> References: <5133E0F4.6050807@protected-networks.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="x+RZeZVNR8VILNfK" Content-Disposition: inline In-Reply-To: <5133E0F4.6050807@protected-networks.net> X-OS: FreeBSD 10.0-CURRENT amd64 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: current@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Mar 2013 23:50:54 -0000 --x+RZeZVNR8VILNfK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 03, 2013 at 06:47:00PM -0500, Michael Butler wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > SVN r247736 prompts this .. >=20 > cc -c -O2 -pipe -fno-strict-aliasing -march=3Dpentium4 -std=3Dc99 -Wall > - -Wredundant-decls -Wnested-externs -Wstrict-prototypes > - -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef > - -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs > - -fdiagnostics-show-option -Wno-error-tautological-compare > - -Wno-error-empty-body -Wno-error-parentheses-equality -nostdinc -I. > - -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL > - -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-aes -mno-avx > - -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -Werror > /usr/src/sys/kern/uipc_usrreq.c > /usr/src/sys/kern/uipc_usrreq.c:1689:18: error: use of undeclared > identifier 'fdep'; did you mean 'fde'? > filecaps_free(&fdep->fde_caps); > ^~~~ > fde > /usr/src/sys/kern/uipc_usrreq.c:1682:36: note: 'fde' declared here > unp_freerights(struct filedescent *fde, int fdcount) > ^ > 1 error generated. This was because I divided larger change into smaller changes. r247738 should be fine. --=20 Pawel Jakub Dawidek http://www.wheelsystems.com FreeBSD committer http://www.FreeBSD.org Am I Evil? Yes, I Am! http://tupytaj.pl --x+RZeZVNR8VILNfK Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlEz4igACgkQForvXbEpPzQX/QCfRzfm35iV5bhhY6/fdCL/3bDK H30An3ATKBqirvsXXQLhqT4NR1sq0+gT =8HFA -----END PGP SIGNATURE----- --x+RZeZVNR8VILNfK--