]> git.pld-linux.org Git - packages/eject.git/blame - timeout.patch
- updated gettext BR
[packages/eject.git] / timeout.patch
CommitLineData
c69f60f6
ER
1--- eject/eject.c.orig 2006-08-07 16:35:15.000000000 +0200
2+++ eject/eject.c 2006-08-07 16:35:54.000000000 +0200
3@@ -723,7 +723,7 @@
4 io_hdr.dxfer_len = 0;
5 io_hdr.dxferp = inqBuff;
6 io_hdr.sbp = sense_buffer;
7- io_hdr.timeout = 2000;
8+ io_hdr.timeout = 10000;
9
10 io_hdr.cmdp = allowRmBlk;
11 status = ioctl(fd, SG_IO, (void *)&io_hdr);
This page took 0.187461 seconds and 4 git commands to generate.