#ifdef out assignToPartition on non x86 arches to unbreak the world
on alpha, sparc64 and ia64
This commit is contained in:
parent
7b9ecf5a64
commit
b49cf84452
@ -420,6 +420,7 @@ assignToDisk(void *arg, XMLToken t, u_int *slice, u_int64_t v)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef __i386__
|
||||
/*
|
||||
* Callback to collect partition-related data.
|
||||
*/
|
||||
@ -451,6 +452,7 @@ assignToPartition(void *arg, XMLToken t, u_int *part, u_int64_t v)
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
#endif /* __i386__ */
|
||||
#undef N
|
||||
|
||||
struct disk *
|
||||
|
Loading…
Reference in New Issue
Block a user