From owner-freebsd-current@FreeBSD.ORG Wed Sep 11 14:47:24 2013 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 10F4AE18 for ; Wed, 11 Sep 2013 14:47:24 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5A7F20C0 for ; Wed, 11 Sep 2013 14:47:23 +0000 (UTC) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [202.12.127.84]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA v2" (verified OK)) (Authenticated sender: imb@protected-networks.net) by sarah.protected-networks.net (Postfix) with ESMTPSA id 1FB2B615C for ; Wed, 11 Sep 2013 10:47:22 -0400 (EDT) DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:subject: x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=UU/HNhwqN8+UPiPgB9Xn+HG9o+FkYTMDa6v96RC+AP6gU+HdFKVVW1WQh1YwI90Fz Nc6/uujKyZEruCORbr2dl4w5q8teUV11nevjyqjQOpaeIJm1h4+8fqHUeSI9yBi Message-ID: <52308278.6030104@protected-networks.net> Date: Wed, 11 Sep 2013 10:47:20 -0400 From: Michael Butler User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130910 Thunderbird/17.0.8 MIME-Version: 1.0 To: FreeBSD Current Subject: SVN r255467 breaks kernel build on -current X-Enigmail-Version: 1.5.1 OpenPGP: id=0442D492 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Wed, 11 Sep 2013 14:47:24 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 GCC complains about two uninitialized variables: *** sys/kern/uipc_syscalls.c~ Wed Sep 11 07:52:16 2013 - --- sys/kern/uipc_syscalls.c Wed Sep 11 08:29:43 2013 *************** *** 2189,2199 **** struct socket *so; struct mbuf *m; struct sf_buf *sf; ! struct vm_page *pg; struct shmfd *shmfd; struct sendfile_sync *sfs; struct vattr va; ! off_t off, xfsize, fsbytes, sbytes, rem, obj_size; int error, bsize, nd, hdrlen, mnw; bool inflight_called; - --- 2189,2199 ---- struct socket *so; struct mbuf *m; struct sf_buf *sf; ! struct vm_page *pg = NULL; struct shmfd *shmfd; struct sendfile_sync *sfs; struct vattr va; ! off_t off, xfsize, fsbytes, sbytes, rem, obj_size = 0; int error, bsize, nd, hdrlen, mnw; bool inflight_called; -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (FreeBSD) iEYEARECAAYFAlIwgncACgkQQv9rrgRC1JJA5QCeNUkHfL7IwnQV4xdYlcbkUn/W nGkAn0dxVf7EWEpTBQzki/TrLS9a5+w9 =2rpA -----END PGP SIGNATURE-----