From owner-svn-src-all@FreeBSD.ORG Mon Jul 26 12:57:09 2010 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 AA10A1065674; Mon, 26 Jul 2010 12:57:09 +0000 (UTC) (envelope-from stefan@fafoe.narf.at) Received: from fep13.mx.upcmail.net (fep13.mx.upcmail.net [62.179.121.33]) by mx1.freebsd.org (Postfix) with ESMTP id 5A7168FC1D; Mon, 26 Jul 2010 12:57:07 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep13-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20100726125705.IGZN23743.viefep13-int.chello.at@edge03.upcmail.net>; Mon, 26 Jul 2010 14:57:05 +0200 Received: from mole.fafoe.narf.at ([213.47.85.26]) by edge03.upcmail.net with edge id mcx41e03A0a5KZh03cx5ma; Mon, 26 Jul 2010 14:57:05 +0200 X-SourceIP: 213.47.85.26 Received: by mole.fafoe.narf.at (Postfix, from userid 1001) id 3ECD86D438; Mon, 26 Jul 2010 14:57:04 +0200 (CEST) Date: Mon, 26 Jul 2010 14:57:04 +0200 From: Stefan Farfeleder To: Konstantin Belousov Message-ID: <20100726125703.GF1732@mole.fafoe.narf.at> References: <201007261252.o6QCqjfd074775@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201007261252.o6QCqjfd074775@svn.freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) X-Cloudmark-Analysis: v=1.1 cv=LDjS4OUiOlTC72n1a9cQM4olW91MdL4bu39eiUxSmiw= c=1 sm=0 a=xKwWdGI5KT0A:10 a=kj9zAlcOel0A:10 a=6I5d2MoRAAAA:8 a=FSBq1GWijnuGHDeOzKAA:9 a=iuilgpe4wu__BB00nAMzi6uPVmgA:4 a=CjuIK1q_8ugA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r210498 - in head/sys: compat/freebsd32 sys 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: Mon, 26 Jul 2010 12:57:09 -0000 On Mon, Jul 26, 2010 at 12:52:45PM +0000, Konstantin Belousov wrote: > Author: kib > Date: Mon Jul 26 12:52:44 2010 > New Revision: 210498 > URL: http://svn.freebsd.org/changeset/base/210498 > > Log: > Revert r210451, and the similar part of the r210431. The forward-declaration > for the enum tag when enum definition is not complete is not allowed by > C99, and is gcc extension. > > Requested by: stefanf > MFC after: 28 days Thank you.