From 9e814fa38b1e176cc004bd131b6e16ad7c82f8b9 Mon Sep 17 00:00:00 2001 From: eadler Date: Wed, 30 May 2012 03:57:49 +0000 Subject: add missing variable declaration when DEBUG is defined forgotten in r215046 PR: bin/166404 Submitted by: "Conrad J. Sabatier" Approved by: cperciva MFC after: 3 days --- usr.sbin/mptutil/mpt_show.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/mptutil') diff --git a/usr.sbin/mptutil/mpt_show.c b/usr.sbin/mptutil/mpt_show.c index a5e1a89..153d73e 100644 --- a/usr.sbin/mptutil/mpt_show.c +++ b/usr.sbin/mptutil/mpt_show.c @@ -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"); -- cgit v1.1