Received: by mail.netbsd.org (Postfix, from userid 605) id 8F40014A5DB; Sun, 20 Oct 2013 21:16:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 98A5214A5D9 for ; Sun, 20 Oct 2013 21:16:06 +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 s01rGqdMd8t3 for ; Sun, 20 Oct 2013 21:16:06 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 08B2E14A5D6 for ; Sun, 20 Oct 2013 21:16:06 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id F3E0496; Sun, 20 Oct 2013 21:16:05 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 20 Oct 2013 17:16:05 -0400 From: "Christos Zoulas" Subject: CVS commit: src/dist/pppd/pppd To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20131020211605.F3E0496@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: "Christos Zoulas" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: christos Date: Sun Oct 20 21:16:05 UTC 2013 Modified Files: src/dist/pppd/pppd: auth.c cbcp.c utils.c Log Message: fix unused variable warnings To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/dist/pppd/pppd/auth.c cvs rdiff -u -r1.3 -r1.4 src/dist/pppd/pppd/cbcp.c cvs rdiff -u -r1.5 -r1.6 src/dist/pppd/pppd/utils.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.