From nobody Sat Nov 23 23:03:58 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=comstyle.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1728704415681978.3173170205283; Fri, 11 Oct 2024 20:40:15 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1szSyK-0002fj-Sj; Fri, 11 Oct 2024 23:39:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1szSyI-0002fF-Le for qemu-devel@nongnu.org; Fri, 11 Oct 2024 23:39:14 -0400 Received: from speedy.comstyle.com ([2607:f938:3000:8::2] helo=mail.comstyle.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1szSyG-00030L-Vq for qemu-devel@nongnu.org; Fri, 11 Oct 2024 23:39:14 -0400 Received: from mail.comstyle.com (localhost [127.0.0.1]) by mail.comstyle.com (Postfix) with ESMTP id 4XQTk92d5pz8PbP; Fri, 11 Oct 2024 23:38:57 -0400 (EDT) Received: from humpty.home.comstyle.com (unknown [IPv6:2001:470:b050:3:bb6c:4c6b:152d:3d85]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (No client certificate requested) (Authenticated sender: brad) by mail.comstyle.com (Postfix) with ESMTPSA id 4XQTk90Y7Wz8PbN; Fri, 11 Oct 2024 23:38:57 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=comstyle.com; h=date :from:to:cc:subject:message-id:mime-version:content-type; s= default; bh=cQb2Usm/gjzkJx/SRPq8rr0TltwAK0wfRcI+OkYfmFo=; b=fBtk 8LugS0nF5jVFV0WNnytbDS0Wv4yB8V6xGqmTX/e57IChjCuGOP4V0q5UmXKUXy/h 8X1gTyeXMrwUZ2WYiLKSbkkKj81SfI/KArYzIj9BuJVJ6BqbDo54znysd564TY4m Wsdo3U6fCNT2YR56NOKQd5SLp+940CIS1UK0IxM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=comstyle.com; h=date:from:to :cc:subject:message-id:mime-version:content-type; q=dns; s= default; b=qRkZ0+hFtKHaVSjut+ly4fClaG7mrE+21u7GZlBGOL53apqhaOtsj rClLoS5IZIJs2ZoOxfWY/X7cG4iSBrN13nVdnOEPxd4b0yylTOc/bf8fdBQPXyvZ hXpC0+TiK0SvlMyT57fQUVdFVd73KPBhIsO3iTvLJ/S+WR+JAeMdpg= Date: Fri, 11 Oct 2024 23:38:55 -0400 From: Brad Smith To: Paolo Bonzini , Marc-Andr_ Lureau , "Daniel P. Berrang_" , Philippe Mathieu-Daud_ Cc: qemu-devel@nongnu.org Subject: [PATCH] meson.build: Remove ncurses workaround for OpenBSD Message-ID: MIME-Version: 1.0 Content-Disposition: inline Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=2607:f938:3000:8::2; envelope-from=brad@comstyle.com; helo=mail.comstyle.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZM-MESSAGEID: 1728704417204116600 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" meson.build: Remove ncurses workaround for OpenBSD OpenBSD 7.5 has upgraded to ncurses 6.4. Signed-off-by: Brad Smith Reviewed-by: Daniel P. Berrang=C3=A9 --- meson.build | 2 +- ui/curses.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 4ea1984fc5..22e7629d81 100644 --- a/meson.build +++ b/meson.build @@ -1374,7 +1374,7 @@ iconv =3D not_found curses =3D not_found if have_system and get_option('curses').allowed() curses_test =3D ''' - #if defined(__APPLE__) || defined(__OpenBSD__) + #ifdef __APPLE__ #define _XOPEN_SOURCE_EXTENDED 1 #endif #include diff --git a/ui/curses.c b/ui/curses.c index ec61615f7c..4d0be9b37d 100644 --- a/ui/curses.c +++ b/ui/curses.c @@ -38,7 +38,7 @@ #include "ui/input.h" #include "sysemu/sysemu.h" =20 -#if defined(__APPLE__) || defined(__OpenBSD__) +#ifdef __APPLE__ #define _XOPEN_SOURCE_EXTENDED 1 #endif =20 --=20 2.46.1