mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
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
35f8ab70be
commit
af57f4cf56
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236287
@ -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