commit | bbeea539aa7bb7c31c5dceccdfd0d6493134ae67 | [log] [tgz] |
---|---|---|
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | Mon Mar 30 17:51:29 2009 +0000 |
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | Mon Mar 30 17:51:29 2009 +0000 |
tree | 6c52f36b526f42a8297e7a1d7062ae6cabf59673 | |
parent | 9c39be47db8c8c8eabc84caf1f0a4e6aa3f23e9a [diff] |
Fix wrong return value git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6959 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/block-raw-posix.c b/block-raw-posix.c index b35c9d0..4874b8e 100644 --- a/block-raw-posix.c +++ b/block-raw-posix.c
@@ -1374,7 +1374,7 @@ unsigned long int req, void *buf, BlockDriverCompletionFunc *cb, void *opaque) { - return -ENOTSUP; + return NULL; } #endif /* !linux && !FreeBSD */