This commit was generated by cvs2svn to compensate for changes in r118624,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
njl 2003-08-07 18:19:12 +00:00
commit 878b3439fb

View File

@ -815,7 +815,7 @@ AcpiOsSleep (
UINT32 milliseconds)
{
sleep ((seconds * 1000) + milliseconds);
usleep (((seconds * 1000) + milliseconds) * 1000);
return;
}