removed comments
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9972 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -31,12 +31,8 @@ setup_rtc_boottime()
|
|||||||
printf("setup_rtc_boottime: error getting real time data info\n");
|
printf("setup_rtc_boottime: error getting real time data info\n");
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
printf("setup_rtc_boottime : %d, %p\n", dataArea, info.address);
|
sBootTime = &((struct real_time_data *)info.address)->boot_time;
|
||||||
/* sBootTime = &((struct real_time_data *)info.address)->boot_time;
|
|
||||||
printf("setup_rtc_time : %p\n", sBootTime);
|
|
||||||
return B_OK;
|
return B_OK;
|
||||||
*/
|
|
||||||
return B_ERROR;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user