commit | 22a2bdcbae5aa256eb3d4179b29f1699b62dc110 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Sat Nov 21 09:06:46 2009 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Nov 21 09:06:46 2009 +0000 |
tree | b1900a27ae7a0a6af09a9d5d7af9a9afad0bdafa | |
parent | 3a3fb96d0d9e3331e3beb672108ec18a6d3d8c1c [diff] |
Fix OpenBSD build of qemu-io GCC 3.3.5 generates warnings for static forward declarations of data, so rearrange code to use static forward declarations of functions instead. Use <getopt.h> for optind instead of local definition. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>