From owner-svn-src-all@freebsd.org Wed Aug 15 22:42:23 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E10C1072F5C for ; Wed, 15 Aug 2018 22:42:23 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound2r.ore.mailhop.org (outbound2r.ore.mailhop.org [54.200.129.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CCEEA8061E for ; Wed, 15 Aug 2018 22:42:22 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-RoutePath: aGlwcGll X-MHO-User: 775ae165-a0dc-11e8-904b-1d2e466b3c59 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound2.ore.mailhop.org (Halon) with ESMTPSA id 775ae165-a0dc-11e8-904b-1d2e466b3c59; Wed, 15 Aug 2018 22:42:19 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id w7FMgIN5076166; Wed, 15 Aug 2018 16:42:18 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1534372938.1466.22.camel@freebsd.org> Subject: Re: svn commit: r337881 - head/stand/i386/libi386 From: Ian Lepore To: Toomas Soome , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Wed, 15 Aug 2018 16:42:18 -0600 In-Reply-To: <201808152240.w7FMe91p023479@repo.freebsd.org> References: <201808152240.w7FMe91p023479@repo.freebsd.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2018 22:42:23 -0000 On Wed, 2018-08-15 at 22:40 +0000, Toomas Soome wrote: > Author: tsoome > Date: Wed Aug 15 22:40:09 2018 > New Revision: 337881 > URL: https://svnweb.freebsd.org/changeset/base/337881 > > Log: >   libi386: use BD_RD and BR_WR constants >    >   Use BD_RD and BD_WR instead of 0 and 1. >    >   Reported by: ian > Thanks, that makes the code much clearer. -- Ian