]> git.proxmox.com Git - qemu.git/commit
raw-posix: Fix build without is_allocated support
authorKevin Wolf <kwolf@redhat.com>
Tue, 19 Jun 2012 22:02:51 +0000 (22:02 +0000)
committerAlexander Graf <agraf@suse.de>
Sat, 23 Jun 2012 23:04:45 +0000 (01:04 +0200)
commit94282e714628ee4b130b46f3b06b34da45b2fe6a
treef325aa3ab5fd1ac20931cd1bd897bc0cd4c49790
parentc73e3771ea79ab3898da3ba51ff6fc5b05948d85
raw-posix: Fix build without is_allocated support

Move the declaration of s into the #ifdef sections that actually make
use of it.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
block/raw-posix.c