Reword warning to make it clearer (I read it as "remove block devices created

before 2000-06-01" which is obviously not what was intended :-)
This commit is contained in:
Kris Kennaway 2000-03-25 21:10:20 +00:00
parent b4d9e631db
commit 8c6ac5e5a5

View File

@ -268,7 +268,7 @@ udev2dev(udev_t x, int b)
return makedev(umajor(x), uminor(x));
case 1:
if (!whine) {
printf("WARNING: run /dev/MAKEDEV to get rid of block devices before 2000-06-01\n");
printf("WARNING: run /dev/MAKEDEV before 2000-06-01 to get rid of block devices\n");
whine++;
}
return makebdev(umajor(x), uminor(x));