Received: by mail.netbsd.org (Postfix, from userid 605) id 0061985573; Sun, 29 Jan 2017 05:17:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7A894855EE for ; Sun, 29 Jan 2017 05:17:34 +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 HP4R6WWydsBJ for ; Sun, 29 Jan 2017 05:17:34 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 19A1E84CE9 for ; Sun, 29 Jan 2017 05:17:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0B03AFBA6; Sun, 29 Jan 2017 05:17:34 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 29 Jan 2017 05:17:34 +0000 From: "Soren Jacobsen" Subject: CVS commit: [netbsd-7] src/lib/libutil To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20170129051734.0B03AFBA6@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: "Soren Jacobsen" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: snj Date: Sun Jan 29 05:17:33 UTC 2017 Modified Files: src/lib/libutil [netbsd-7]: opendisk.3 opendisk.c Log Message: Pull up following revision(s) (requested by pgoyette in ticket #1349): lib/libutil/opendisk.c: revision 1.14 lib/libutil/opendisk.3: revision 1.12, 1.13 PR/51216: Instead of trying to open files in the current working directory first for paths that don't contain "/", first try the /dev paths to avoid confusion with files in the working directory that happen to match disk names. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.11.42.1 src/lib/libutil/opendisk.3 cvs rdiff -u -r1.12 -r1.12.24.1 src/lib/libutil/opendisk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.