Signed-off-by: Anthony Liguori <aliguori@xxxxxxxxxx> --- block-vmdk.c | 1 + vl.c | 1 - 2 files changed, 1 insertions(+), 1 deletions(-) diff --git a/block-vmdk.c b/block-vmdk.c index ff5007c..d47d483 100644 --- a/block-vmdk.c +++ b/block-vmdk.c @@ -93,6 +93,7 @@ typedef struct ActiveBDRVState{ static ActiveBDRVState activeBDRV; + static int vmdk_probe(const uint8_t *buf, int buf_size, const char *filename) { uint32_t magic; diff --git a/vl.c b/vl.c index 9ff4a5a..15f85e2 100644 --- a/vl.c +++ b/vl.c @@ -21,7 +21,6 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ - #include <unistd.h> #include <fcntl.h> #include <signal.h> -- 1.6.0.6 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html