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:
Rudolf Cornelissen
2005-07-16 08:41:51 +00:00
parent 02bf3b7c13
commit f7d400fbff
@@ -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;
}