From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RySNN-0005ED-JI for qemu-devel@nongnu.org; Fri, 17 Feb 2012 13:17:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RySNC-000330-DI for qemu-devel@nongnu.org; Fri, 17 Feb 2012 13:17:45 -0500 Received: from mail-pz0-f45.google.com ([209.85.210.45]:54144) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RySNC-00032F-13 for qemu-devel@nongnu.org; Fri, 17 Feb 2012 13:17:34 -0500 Received: by dadp14 with SMTP id p14so4288307dad.4 for ; Fri, 17 Feb 2012 10:17:33 -0800 (PST) Message-ID: <4F3E99B8.4020000@codemonkey.ws> Date: Fri, 17 Feb 2012 12:17:28 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <20120210205937.GA22059@rox.home.comstyle.com> In-Reply-To: <20120210205937.GA22059@rox.home.comstyle.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] configure: Remove OpenBSD workaround for curses probe List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Brad Smith Cc: qemu-devel@nongnu.org On 02/10/2012 02:59 PM, Brad Smith wrote: > Remove the OpenBSD workaround for the curses probe. This has not been > necessary for 5 releases now. > > Signed-off-by: Brad Smith Applied. Thanks. Regards, Anthony Liguori > > diff --git a/configure b/configure > index 763db24..c9729f8 100755 > --- a/configure > +++ b/configure > @@ -1900,9 +1900,6 @@ if test "$curses" != "no" ; then > curses_found=no > cat> $TMPC<< EOF > #include > -#ifdef __OpenBSD__ > -#define resize_term resizeterm > -#endif > int main(void) { > const char *s = curses_version(); > resize_term(0, 0); >