Make incorrect use of timeout fail.
authorWouter Verhelst <w@uter.be>
Tue, 4 Aug 2009 07:01:21 +0000 (09:01 +0200)
committerWouter Verhelst <w@uter.be>
Tue, 4 Aug 2009 07:07:10 +0000 (09:07 +0200)
commitf4c28dd68a53e8a1a579f9528a7032eebdbc487b
treec77551bd94cc4ce3cd5c8e37ba0745bd46d69012
parent57df597fa26e86b0b2be3dca5ee1a1ff54440ebb
Make incorrect use of timeout fail.

When nbd-client is compiled on a system that does not support the timeout
ioctl(), we now fail with an error message. Previously, the option would be
silently ignored, which might not be optimal.
nbd-client.c