#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
@ -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…
x
Reference in New Issue
Block a user