From owner-cvs-src@FreeBSD.ORG Tue Jun 27 20:57:46 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 1435016A570; Tue, 27 Jun 2006 20:57:46 +0000 (UTC) (envelope-from dwmalone@maths.tcd.ie) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id BF03A43D6B; Tue, 27 Jun 2006 20:57:44 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie ([134.226.81.10] helo=walton.maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 27 Jun 2006 21:57:43 +0100 (BST) Date: Tue, 27 Jun 2006 21:57:43 +0100 From: David Malone To: John Baldwin Message-ID: <20060627205743.GA82567@walton.maths.tcd.ie> References: <200606271830.k5RIUnRu084936@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200606271830.k5RIUnRu084936@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Sender: dwmalone@maths.tcd.ie Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linux linux_util.h 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: Tue, 27 Jun 2006 20:57:46 -0000 On Tue, Jun 27, 2006 at 06:30:49PM +0000, John Baldwin wrote: > Log: > Axe the stackgap macros as the Linux ABIs no longer use the stackgap. Yay! David.