From owner-cvs-all@FreeBSD.ORG Tue Mar 4 16:28:34 2008 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 2BC1B1065679; Tue, 4 Mar 2008 16:28:34 +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 C9AF68FC2F; Tue, 4 Mar 2008 16:28:33 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m24GRDJo072031; Tue, 4 Mar 2008 09:27:13 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 04 Mar 2008 09:27:41 -0700 (MST) Message-Id: <20080304.092741.-116096587.imp@bsdimp.com> To: keramida@ceid.upatras.gr From: "M. Warner Losh" In-Reply-To: <20080304161026.GD95950@kobe.laptop> References: <200803041556.m24FuIqw012139@repoman.freebsd.org> <20080304161026.GD95950@kobe.laptop> 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/make arch.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: Tue, 04 Mar 2008 16:28:34 -0000 In message: <20080304161026.GD95950@kobe.laptop> Giorgos Keramidas writes: : On 2008-03-04 15:56, Warner Losh wrote: : > imp 2008-03-04 15:56:18 UTC : > : > FreeBSD src repository : > : > Modified files: : > usr.bin/make arch.c : > Log: : > is necessary for using INT_MIN, so included it here : > explicitly rather than relying on name space pollution to pull it in : > for us. : : Thanks :-) You are welcome. Warner