svn commit: r237048 - stable/9/usr.sbin/mptutil
Eitan Adler
eadler at FreeBSD.org
Thu Jun 14 06:54:36 UTC 2012
Author: eadler
Date: Thu Jun 14 06:54:35 2012
New Revision: 237048
URL: http://svn.freebsd.org/changeset/base/237048
Log:
MFC r236287:
add missing variable declaration when DEBUG is defined forgotten in r215046
PR: bin/166404
Approved by: cperciva (implicit)
Modified:
stable/9/usr.sbin/mptutil/mpt_show.c
Directory Properties:
stable/9/usr.sbin/mptutil/ (props changed)
Modified: stable/9/usr.sbin/mptutil/mpt_show.c
==============================================================================
--- stable/9/usr.sbin/mptutil/mpt_show.c Thu Jun 14 06:26:58 2012 (r237047)
+++ stable/9/usr.sbin/mptutil/mpt_show.c Thu Jun 14 06:54:35 2012 (r237048)
@@ -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");
More information about the svn-src-stable-9
mailing list