disabled R4.5.0 cloning bug workaround. Zeta 1.0 kernel is incorrectly identified as being R4.5.0. We should probably just remove the workaround alltogether anyway..
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13693 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -361,7 +361,7 @@ static status_t map_device(device_info *di)
|
||||
|
||||
/*work out which version of BeOS is running*/
|
||||
get_system_info(&sysinfo);
|
||||
if (sysinfo.kernel_build_date[0]=='J')/*FIXME - better ID version*/
|
||||
if (0)//sysinfo.kernel_build_date[0]=='J')/*FIXME - better ID version*/
|
||||
{
|
||||
si->use_clone_bugfix = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user