From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1361 invoked by alias); 2 Jan 2012 09:05:12 -0000 Received: (qmail 1352 invoked by uid 22791); 2 Jan 2012 09:05:12 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Jan 2012 09:04:57 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3) with ESMTP id q0294ocY010726; Mon, 2 Jan 2012 10:04:50 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id q0294m7G012067; Mon, 2 Jan 2012 10:04:48 +0100 (CET) Date: Mon, 02 Jan 2012 09:05:00 -0000 Message-Id: <201201020904.q0294m7G012067@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: yao@codesourcery.com CC: gdb-patches@sourceware.org In-reply-to: <4F012B6A.5070607@codesourcery.com> (message from Yao Qi on Mon, 2 Jan 2012 11:58:34 +0800) Subject: Re: [PATCH] PIE support for OpenBSD References: <201112172108.pBHL8Th2032226@glazunov.sibelius.xs4all.nl> <20111221171315.GA18194@host2.jankratochvil.net> <201112212126.pBLLQ2Fl013069@glazunov.sibelius.xs4all.nl> <4EF26E18.3030401@earthlink.net> <201112221020.pBMAKaL0007007@glazunov.sibelius.xs4all.nl> <4EF3841C.2050603@earthlink.net> <201112272138.pBRLcpI1006890@glazunov.sibelius.xs4all.nl> <4F012B6A.5070607@codesourcery.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00020.txt.bz2 > Date: Mon, 2 Jan 2012 11:58:34 +0800 > From: Yao Qi > > On 12/28/2011 05:38 AM, Mark Kettenis wrote: > > + if (writebuf) > > + return -1; > > The indentation looks wrong. Fixed it as obvious. Oops, sorry 'bout that. Thanks for fixing this.