From owner-svn-src-head@FreeBSD.ORG Thu Oct 9 15:30:51 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF4E9D93; Thu, 9 Oct 2014 15:30:51 +0000 (UTC) Received: from mail-wg0-x22e.google.com (mail-wg0-x22e.google.com [IPv6:2a00:1450:400c:c00::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2AAD3EDB; Thu, 9 Oct 2014 15:30:51 +0000 (UTC) Received: by mail-wg0-f46.google.com with SMTP id l18so1614496wgh.29 for ; Thu, 09 Oct 2014 08:30:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=0p9D1n9cLJog7y0X2X/AfzG0spxSK+scejx1M7LFDuc=; b=Zsxzhqu/zzW3O4vuYkwkBbN56H5ADA607MspAqGimEvKEt9WadLr+YRywRNLk6PJIs WkCnlwrRHBGJPJRce1TDNpuuvesQoH0hp5VIjt3PCpCNwEZTj6b+pFDdKtGGHsBBWs5t 2Ui+exRO5e3gvFtTxkKCOctoJtjz7e9aeHaco9QNNLNambqVhzDTuPiHkifsunk4+Lrs FWLuKthxkUirIDqM7VJZXs/+DsMlC730pqoRJX6HrYfCmd2jaIoAIYFEJFI3vXRLoRRp pi0/EW5M+3qLZtHeCfKOPu9S50UKigvt19230gEnNDaA7R1zFFVayZp8wlpItrQiCsU0 mzSg== X-Received: by 10.194.216.39 with SMTP id on7mr19670515wjc.56.1412868649321; Thu, 09 Oct 2014 08:30:49 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id bv17sm4403807wib.13.2014.10.09.08.30.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Oct 2014 08:30:48 -0700 (PDT) Sender: Baptiste Daroussin Date: Thu, 9 Oct 2014 17:30:44 +0200 From: Baptiste Daroussin To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r272825 - head/sys/ufs/ufs Message-ID: <20141009153043.GB19486@ivaldir.etoilebsd.net> References: <201410091526.s99FQNDm042831@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mojUlQ0s9EVzWg2t" Content-Disposition: inline In-Reply-To: <201410091526.s99FQNDm042831@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2014 15:30:52 -0000 --mojUlQ0s9EVzWg2t Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 09, 2014 at 03:26:23PM +0000, Baptiste Daroussin wrote: > Author: bapt > Date: Thu Oct 9 15:26:22 2014 > New Revision: 272825 > URL: https://svnweb.freebsd.org/changeset/base/272825 >=20 > Log: > Use offsetof() from sys/types.h instead of a custom one > This fixes build with recent gcc versions >=20 I forgot: Reviewed by: kan, imp Differential revision: https://reviews.freebsd.org/D925 regards, Bapt --mojUlQ0s9EVzWg2t Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlQ2qiMACgkQ8kTtMUmk6EznjACgo6jUrmps/1/1rieMIjf/szhf TPsAnRCnvO2TFI+fkf2tdgc/UkrVJ8RP =mFNG -----END PGP SIGNATURE----- --mojUlQ0s9EVzWg2t--