From owner-cvs-all@FreeBSD.ORG Sat Dec 29 19:34:17 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 805FB16A417; Sat, 29 Dec 2007 19:34:17 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 3FEB913C457; Sat, 29 Dec 2007 19:34:17 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id lBTJQVaW095809; Sat, 29 Dec 2007 12:26:31 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 29 Dec 2007 12:31:34 -0700 (MST) Message-Id: <20071229.123134.-861031584.imp@bsdimp.com> To: max@love2party.net From: "M. Warner Losh" In-Reply-To: <58791.2001:6f8:12c8:1:21d:60ff:fe0c:1771.1198953900.squirrel@router.laiers.local> References: <200712290515.lBT5FtG5002183@repoman.freebsd.org> <58791.2001:6f8:12c8:1:21d:60ff:fe0c:1771.1198953900.squirrel@router.laiers.local> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/colldef parse.y scan.l 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: Sat, 29 Dec 2007 19:34:17 -0000 In message: <58791.2001:6f8:12c8:1:21d:60ff:fe0c:1771.1198953900.squirrel@router.laiers.local> "Max Laier" writes: : : Am Sa, 29.12.2007, 06:15, schrieb Warner Losh: : > imp 2007-12-29 05:15:55 UTC : > : > FreeBSD src repository : > : > Modified files: : > usr.bin/colldef parse.y scan.l : > Log: : > Some systems need the types defined in sys/types.h, but lack the : > sys/types.h polution that FreeBSD has in one of its include files. : > Since this is a bootstrap tool, include more than is strictly : > necessary for FreeBSD. : : Please see : http://lists.freebsd.org/pipermail/freebsd-hackers/2007-December/022648.html : : Your diff helps nothing if you need sys/types.h for any of the headers you : left above the include. There is a reason for style(9). I'll try to fix it soon. But for such a small matter, can't you just commit a change? Warner