add missing variable declaration when DEBUG is defined forgotten in
r215046 PR: bin/166404 Submitted by: "Conrad J. Sabatier" <conrads@cox.net> Approved by: cperciva MFC after: 3 days
This commit is contained in:
parent
336581c2f4
commit
9e814fa38b
@ -538,7 +538,7 @@ show_physdisks(int ac, char **av)
|
||||
{
|
||||
CONFIG_PAGE_RAID_PHYS_DISK_0 *pinfo;
|
||||
U16 IOCStatus;
|
||||
int fd, i;
|
||||
int error, fd, i;
|
||||
|
||||
if (ac != 1) {
|
||||
warnx("show drives: extra arguments");
|
||||
|
Loading…
Reference in New Issue
Block a user