_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:
Ingo Weinhold 2003-07-20 17:20:05 +00:00
parent 71a5281923
commit 63e9aa86f0

View File

@ -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);
}