mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
#ifdef __i386__ the "int slice" definition that became i386-only with
recent Vinum changes. Fixes non-i386 build on vinumio.c. Accidental oversight of: grog Fix hopefully not minded by: grog
This commit is contained in:
parent
dba14c305c
commit
4ac9fbcf79
1 changed files with 2 additions and 0 deletions
|
|
@ -764,7 +764,9 @@ vinum_scandisk(char *devicename)
|
|||
/* Open all drives and find which was modified most recently */
|
||||
for (cp = devicename; *cp; cp = ep) {
|
||||
char part; /* UNIX partition */
|
||||
#ifdef __i386__
|
||||
int slice;
|
||||
#endif
|
||||
|
||||
while (*cp == ' ')
|
||||
cp++; /* find start of name */
|
||||
|
|
|
|||
Loading…
Reference in a new issue