Received: by mail.netbsd.org (Postfix, from userid 605) id 738FF84D75; Sun, 8 Apr 2018 21:56:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 68F1684D6F for ; Sun, 8 Apr 2018 21:56:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id JOvI_xBmcGRA for ; Sun, 8 Apr 2018 21:56:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D9ACD84CD1 for ; Sun, 8 Apr 2018 21:56:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CBEF2FBEC; Sun, 8 Apr 2018 21:56:48 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 8 Apr 2018 21:56:48 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: src/crypto/external/bsd/openssh/dist To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20180408215648.CBEF2FBEC@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Joerg Sonnenberger" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: joerg Date: Sun Apr 8 21:56:48 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: servconf.c sshd.c Log Message: Fix clang build by adding __dead annotations. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/crypto/external/bsd/openssh/dist/servconf.c cvs rdiff -u -r1.29 -r1.30 src/crypto/external/bsd/openssh/dist/sshd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.