#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:
Robert Watson 2003-08-15 17:56:44 +00:00
parent dba14c305c
commit 4ac9fbcf79

View File

@ -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 */