new attempt to add the errno patch to the Linux command queueing

DEVEL_2_0_BRANCH-1
Abel Deuring 2000-08-23 15:15:36 +00:00
rodzic dbd89ad73f
commit 036be80a02
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1644,6 +1644,7 @@ issue (struct req *req)
retries = 20;
while (retries)
{
errno = 0;
#ifdef SG_IO
if (sg_version < 30000)
{