From owner-cvs-src@FreeBSD.ORG Fri Jun 3 18:13:53 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F82F16A41C for ; Fri, 3 Jun 2005 18:13:53 +0000 (GMT) (envelope-from joerg@britannica.bec.de) Received: from hydra.bec.de (www.ostsee-abc.de [62.206.222.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3D6743D1F for ; Fri, 3 Jun 2005 18:13:52 +0000 (GMT) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (storm.stura.uni-rostock.de [139.30.252.72]) by hydra.bec.de (Postfix) with ESMTP id 05FE735707 for ; Fri, 3 Jun 2005 20:13:51 +0200 (CEST) Received: by britannica.bec.de (Postfix, from userid 1001) id 136617D19; Fri, 3 Jun 2005 20:13:41 +0200 (CEST) Date: Fri, 3 Jun 2005 20:13:40 +0200 From: Joerg Sonnenberger To: cvs-src@freebsd.org Message-ID: <20050603181340.GC19542@britannica.bec.de> References: <200506031753.j53HraZT072229@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200506031753.j53HraZT072229@repoman.freebsd.org> User-Agent: Mutt/1.5.9i Subject: Re: cvs commit: src/sys/sys cdefs.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2005 18:13:53 -0000 On Fri, Jun 03, 2005 at 05:53:36PM +0000, Alexander Kabaev wrote: > Use predefined __offsetof__ builtin function when compiling C++ sources. This looks like the canonical C++ implementation of offsetof, but not like using the __offsetof__ builtin of GCC 4.0. Is that intended? Joerg