Corrected message when no rotational position table is found.

This commit is contained in:
David Greenman 1994-10-01 16:53:53 +00:00
parent 93e9832a32
commit 9eb98cece8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3270

View File

@ -160,7 +160,7 @@ dumpfs(name)
printf("blocks available in each of %d rotational positions",
afs.fs_nrpos);
else
printf("insufficient space to maintain rotational tables\n");
printf("(no rotational position table)\n");
for (c = 0; c < afs.fs_cpc; c++) {
printf("\ncylinder number %d:", c);
for (i = 0; i < afs.fs_nrpos; i++) {