]> git.proxmox.com Git - mirror_qemu.git/commit
Fix OpenBSD build
authorBlue Swirl <blauwirbel@gmail.com>
Fri, 23 Apr 2010 20:19:47 +0000 (20:19 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Fri, 23 Apr 2010 20:19:47 +0000 (20:19 +0000)
commit20d97356c9df6d68fbd37d6334fdb7063f24eab6
tree7518c3aed45605e69817058e1e6caaa49636105d
parentc4162574c46307511f0fbd142164a45db98e2a23
Fix OpenBSD build

GCC 3.3.5 generates warnings for static forward declarations of data, so
rearrange code to use static forward declarations of functions instead.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
block/qcow2.c