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:
Eitan Adler 2012-05-30 03:57:49 +00:00
parent 35f8ab70be
commit af57f4cf56
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236287

View File

@ -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");