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.