Quiet a silly warning.

Pointy-hat to:	ps
This commit is contained in:
John Baldwin 2000-10-19 18:52:20 +00:00
parent c5bb0e9394
commit 0cfbef3288
2 changed files with 2 additions and 2 deletions

View File

@ -661,7 +661,7 @@ dadump(dev_t dev)
blkcnt = howmany(PAGE_SIZE, secsize);
while (num > 0) {
caddr_t va;
caddr_t va = NULL;
if ((num / blkcnt) < dumppages)
dumppages = num / blkcnt;

View File

@ -273,7 +273,7 @@ addump(dev_t dev)
blkcnt = howmany(PAGE_SIZE, secsize);
while (count > 0) {
caddr_t va;
caddr_t va = NULL;
DELAY(1000);
if ((count / blkcnt) < dumppages)