Received: by mail.netbsd.org (Postfix, from userid 605) id DF00584FA7; Wed, 14 Jul 2021 07:47:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1F9D184FA6 for ; Wed, 14 Jul 2021 07:47:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id xYDVDoEvvr7I for ; Wed, 14 Jul 2021 07:47:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AFE0084CFD for ; Wed, 14 Jul 2021 07:47:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A3C02FA95; Wed, 14 Jul 2021 07:47:23 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 14 Jul 2021 03:47:23 -0400 From: "Christos Zoulas" Subject: CVS commit: src/lib/libedit To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210714074723.A3C02FA95@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Christos Zoulas" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: christos Date: Wed Jul 14 07:47:23 UTC 2021 Modified Files: src/lib/libedit: tty.c Log Message: Via Jess Thrysoee, from Adrian Bunk: Fix libedit build on Linux/Alpha Alpha is the only Linux architecture that has SIGINFO: https://sources.debian.org/src/manpages/5.10-1/man7/signal.7/#L522 But even on Alpha Ctrl-T is not supported, and therefore no VSTATUS: https://sources.debian.org/src/manpages/5.10-1/man3/termios.3/#L603-L608 For consistency check both signal existence and character existence To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/lib/libedit/tty.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.