From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/8153 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH v2 1/2] socket.h: fix SO_* for mips Date: Sun, 12 Jul 2015 16:25:19 -0400 Message-ID: <20150712202519.GZ1173@brightrain.aerifal.cx> References: <1435829321-29410-1-git-send-email-roman@ubnt.com> 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 1436732737 23374 80.91.229.3 (12 Jul 2015 20:25:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Jul 2015 20:25:37 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-8166-gllmg-musl=m.gmane.org@lists.openwall.com Sun Jul 12 22:25:37 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 1ZENod-0007KU-8i for gllmg-musl@m.gmane.org; Sun, 12 Jul 2015 22:25:35 +0200 Original-Received: (qmail 11705 invoked by uid 550); 12 Jul 2015 20:25:32 -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 11683 invoked from network); 12 Jul 2015 20:25:31 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:8153 Archived-At: On Fri, Jul 10, 2015 at 04:31:58PM +0300, Roman Yeryomin wrote: > On Thu, Jul 2, 2015 at 12:28 PM, Roman Yeryomin wrote: > > Signed-off-by: Roman Yeryomin > > --- > > arch/mips/bits/socket.h | 3 +++ > > arch/powerpc/bits/socket.h | 4 +++- > > include/sys/socket.h | 6 +++--- > > 3 files changed, 9 insertions(+), 4 deletions(-) > > Any plans to commit this. > This unbreaks bluez which fails like this currently: > > bluetoothd[970]: bt_io_get: getsockopt(SO_DOMAIN): Protocol not available (99) Sorry! Will commit before release. Rich