Avoid a warning from OpenBSD linker
commit4fd37a98d1248bae54a9f71ee1c252d2b2f1efd5
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 19 Dec 2010 14:05:43 +0000 (19 14:05 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 19 Dec 2010 14:05:43 +0000 (19 14:05 +0000)
tree659ca9cb1828582d1a75695c416de2c6a594bac5
parentd41160a3e64b26c9d78ecfd78b0e7ef3e878d475
Avoid a warning from OpenBSD linker

Avoid the warning below by using snprintf:
../libhw64/vl.o(.text+0x78d4): In function `get_boot_devices_list':
/src/qemu/vl.c:763: warning: sprintf() is often misused, please use snprintf()

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
vl.c