summaryrefslogtreecommitdiff
path: root/devel/acpicatools/files/patch-osunixxf.c
blob: eb77fc1841320673dfcd7460c7ba2e9f520a9da7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- osunixxf.c.orig	Mon May 20 23:27:31 2002
+++ osunixxf.c	Fri Jun  7 22:23:11 2002
@@ -728,7 +728,7 @@
     UINT32                  milliseconds)
 {
 
-    sleep ((seconds * 1000) + milliseconds);
+    usleep ((seconds * 1000) + milliseconds);
     return;
 }