Improve diagnostic message when device vnconfig'ing does not exist.

PR:	bin/6997
Submitted-by:
This commit is contained in:
obrien 2000-05-14 21:05:21 +00:00
parent 3726bbb199
commit 7ead15a56f

View File

@ -317,7 +317,7 @@ config(vnp)
rdev = rawdevice(dev);
f = fopen(rdev, "rw");
if (f == NULL) {
warn("open");
warn(dev);
return(1);
}
vnio.vn_file = file;