From af57f4cf56af6748f25c34ea3e2a6c91129c91b3 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Wed, 30 May 2012 03:57:49 +0000 Subject: [PATCH] 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(-) diff --git a/usr.sbin/mptutil/mpt_show.c b/usr.sbin/mptutil/mpt_show.c index a5e1a899ffbf..153d73e0097f 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");