_kern_get_next_supported_partition_type() syscall changed slightly.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4032 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
71a5281923
commit
63e9aa86f0
@ -225,7 +225,7 @@ BDiskSystem::GetNextSupportedType(BPartition *partition, int32 *cookie,
|
||||
|| !IsPartitioningSystem()) {
|
||||
return B_BAD_VALUE;
|
||||
}
|
||||
return _kern_get_next_supported_partition_type(fID, partition->_ShadowID(),
|
||||
return _kern_get_next_supported_partition_type(partition->_ShadowID(),
|
||||
cookie, type);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user