diff options
author | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2002-06-07 14:11:41 +0000 |
---|---|---|
committer | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2002-06-07 14:11:41 +0000 |
commit | 1f824c92ed9533adc687434d2ad9a1b5bc85087e (patch) | |
tree | 5906dd7a037a3e8422e3d4e7ce59ad553bf6fd73 /devel/acpicatools/files/patch-osunixxf.c | |
parent | 0f3def858965be2e30b7b7ff8d581d931d00f692 (diff) |
Notes
Diffstat (limited to 'devel/acpicatools/files/patch-osunixxf.c')
-rw-r--r-- | devel/acpicatools/files/patch-osunixxf.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/acpicatools/files/patch-osunixxf.c b/devel/acpicatools/files/patch-osunixxf.c new file mode 100644 index 000000000000..eb77fc184132 --- /dev/null +++ b/devel/acpicatools/files/patch-osunixxf.c @@ -0,0 +1,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; + } + |