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

PR:	bin/6997
Submitted-by:
This commit is contained in:
David E. O'Brien 2000-05-14 21:05:21 +00:00
parent beb88613c3
commit 5f6ed49497

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;