gzip: port to DMF file systems
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 25 Feb 2013 19:24:14 +0000 (11:24 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 25 Feb 2013 19:25:55 +0000 (11:25 -0800)
commit6ea2e1bf864059de97981ab34e7f2331b5aad218
treec5a9b08825b05dbb1c2be07d3d8ace5be0220b77
parente40a9b65ae95ed6face7ce1336905f0ab0a4992b
gzip: port to DMF file systems

* util.c (read_buffer): When reading a file with O_NONBLOCK, if
the read fails with errno==EAGAIN, clear O_NONBLOCK and try again.
Problem reported by Vitezslav Cizek in
<http://lists.gnu.org/archive/html/bug-gzip/2013-02/msg00030.html>.
util.c