add and use xopen_nonblocking (-18b)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
committed by
Denys Vlasenko
parent
ca254490d7
commit
a48308701a
@ -1552,8 +1552,8 @@ static void process_dev(char *devname)
|
||||
unsigned char args[4] = { WIN_SETFEATURES, 0, 0, 0 };
|
||||
const char *fmt = " %s\t= %2ld";
|
||||
|
||||
/*fd = xopen(devname, O_RDONLY | O_NONBLOCK);*/
|
||||
xmove_fd(xopen(devname, O_RDONLY | O_NONBLOCK), fd);
|
||||
/*fd = xopen_nonblocking(devname);*/
|
||||
xmove_fd(xopen_nonblocking(devname), fd);
|
||||
printf("\n%s:\n", devname);
|
||||
|
||||
if (getset_readahead == IS_SET) {
|
||||
|
Reference in New Issue
Block a user