From owner-cvs-src@FreeBSD.ORG Fri Nov 17 17:54:03 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 4E66A16A403; Fri, 17 Nov 2006 17:54:03 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBDD143D4C; Fri, 17 Nov 2006 17:54:02 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id kAHHqN8K068288; Fri, 17 Nov 2006 10:52:24 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 17 Nov 2006 10:53:04 -0700 (MST) Message-Id: <20061117.105304.1769993002.imp@bsdimp.com> To: bde@zeta.org.au From: "M. Warner Losh" In-Reply-To: <20061117201432.X11101@delplex.bde.org> References: <20061116.165207.1661914048.imp@bsdimp.com> <20061117065555.GE49602@comp.chem.msu.su> <20061117201432.X11101@delplex.bde.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 17 Nov 2006 10:52:25 -0700 (MST) Cc: src-committers@freebsd.org, yar@comp.chem.msu.su, cvs-all@freebsd.org, phk@phk.freebsd.dk, cvs-src@freebsd.org, jkoshy@freebsd.org Subject: Re: cvs commit: src/include ar.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: Fri, 17 Nov 2006 17:54:03 -0000 In message: <20061117201432.X11101@delplex.bde.org> Bruce Evans writes: : For that the comment should be something like: : : __packed; /* Align (sic) to work around bugs on arm (*). */ : : but I doubt that arm is that broken. : : (*) See this thread for more details. But they aren't bugs. Warner