From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6942 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] Fix typo in x86_64/x32 user_fpregs_struct Date: Sun, 1 Feb 2015 13:49:44 -0500 Message-ID: <20150201184944.GD23507@brightrain.aerifal.cx> References: <20150201094337.GA4875@euler> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1422816605 6946 80.91.229.3 (1 Feb 2015 18:50:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 1 Feb 2015 18:50:05 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6955-gllmg-musl=m.gmane.org@lists.openwall.com Sun Feb 01 19:50:04 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1YHzaq-0003r0-W6 for gllmg-musl@m.gmane.org; Sun, 01 Feb 2015 19:50:01 +0100 Original-Received: (qmail 31863 invoked by uid 550); 1 Feb 2015 18:49:58 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 31855 invoked from network); 1 Feb 2015 18:49:57 -0000 Content-Disposition: inline In-Reply-To: <20150201094337.GA4875@euler> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:6942 Archived-At: On Sun, Feb 01, 2015 at 10:43:37AM +0100, Felix Janda wrote: > mxcs_mask should be mxcr_mask Thanks. Committed. Rich