From owner-cvs-all@FreeBSD.ORG Sat Jun 21 10:16:12 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 968E237B408; Sat, 21 Jun 2003 10:16:12 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id D127843F85; Sat, 21 Jun 2003 10:16:11 -0700 (PDT) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id h5LHGB7N076697 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sat, 21 Jun 2003 10:16:11 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <00de01c33818$cff31210$52557f42@errno.com> From: "Sam Leffler" To: "Poul-Henning Kamp" , , , References: <200306210827.h5L8R6g7028051@repoman.freebsd.org> Date: Sat, 21 Jun 2003 10:16:11 -0700 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4920.2300 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 Subject: Re: cvs commit: src/sys/vm vm_mmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Jun 2003 17:16:13 -0000 > phk 2003/06/21 01:27:06 PDT > > FreeBSD src repository > > Modified files: > sys/vm vm_mmap.c > Log: > Use a do {...} while (0); and a couple of breaks to reduce the level > of indentation a bit. > > Revision Changes Path > 1.161 +80 -78 src/sys/vm/vm_mmap.c > http://cvsweb.FreeBSD.org/src/sys/vm/vm_mmap.c.diff?r1=1.160&r2=1.161 > I find this change truly repulsive and gratuitous. Sam