Received: by mail.netbsd.org (Postfix, from userid 605) id 7903B84F75; Sun, 3 Dec 2017 21:25:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 014BF84F74 for ; Sun, 3 Dec 2017 21:25:57 +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 l5Gojthsz2Ux for ; Sun, 3 Dec 2017 21:25:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 62D1584D03 for ; Sun, 3 Dec 2017 21:25:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59203FB40; Sun, 3 Dec 2017 21:25:56 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 3 Dec 2017 21:25:56 +0000 From: "Alistair G. Crooks" Subject: CVS commit: othersrc/external/bsd/agcre/dist To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20171203212556.59203FB40@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: "Alistair G. Crooks" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: othersrc Committed By: agc Date: Sun Dec 3 21:25:56 UTC 2017 Modified Files: othersrc/external/bsd/agcre/dist: comp.c error.c exec.c othersrc/external/bsd/agcre/dist/tests: 54.expected Log Message: remove some functions which were unused (obscured by being inline functions) preserve the compilation flags across calls to exec() update a test for current behavior To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 othersrc/external/bsd/agcre/dist/comp.c \ othersrc/external/bsd/agcre/dist/error.c \ othersrc/external/bsd/agcre/dist/exec.c cvs rdiff -u -r1.1 -r1.2 othersrc/external/bsd/agcre/dist/tests/54.expected Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.