From owner-cvs-src@FreeBSD.ORG Wed Nov 1 15:23:33 2006 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 25C5016A47E; Wed, 1 Nov 2006 15:23:33 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout1.pacific.net.au (mailout1-3.pacific.net.au [61.8.2.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E3AC43DDD; Wed, 1 Nov 2006 15:22:40 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout1.pacific.net.au (Postfix) with ESMTP id 85B604D1B1; Thu, 2 Nov 2006 02:22:33 +1100 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id 9A8AB27406; Thu, 2 Nov 2006 02:22:32 +1100 (EST) Date: Thu, 2 Nov 2006 02:22:31 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Olivier Houchard In-Reply-To: <200611011241.kA1CfiNH010348@repoman.freebsd.org> Message-ID: <20061102022210.M32121@delplex.bde.org> References: <200611011241.kA1CfiNH010348@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/arm/arm elf_trampoline.c 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: Wed, 01 Nov 2006 15:23:33 -0000 On Wed, 1 Nov 2006, Olivier Houchard wrote: > cognet 2006-11-01 12:41:43 UTC > > FreeBSD src repository > > Modified files: > sys/arm/arm elf_trampoline.c > Log: > Do not include both and , it is a style bug as > sys/types.h is included in sys/param.h, so instead just move the > #include before the headers that need it. > > Spotted out by: bde Thanks. Bruce