From owner-cvs-all@FreeBSD.ORG Mon Sep 12 10:22:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9531716A41F; Mon, 12 Sep 2005 10:22:54 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5410A43D45; Mon, 12 Sep 2005 10:22:54 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8CAMsY0032475; Mon, 12 Sep 2005 10:22:54 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8CAMsus032474; Mon, 12 Sep 2005 10:22:54 GMT (envelope-from scottl) Message-Id: <200509121022.j8CAMsus032474@repoman.freebsd.org> From: Scott Long Date: Mon, 12 Sep 2005 10:22:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/gcc c-decl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 10:22:54 -0000 scottl 2005-09-12 10:22:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/gcc c-decl.c Log: MFC rev 1.13 of c-decl.c. A nice side effect is that it's once again possible to compile a HEAD kernel in a RELENG_6 world via the normal shortcuts. Approved by: re Revision Changes Path 1.12.2.1 +5 -2 src/contrib/gcc/c-decl.c