diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2011-07-23 19:26:08 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-07-24 14:48:57 +0000 |
commit | aad04cd024f0c59f0b96f032cde2e24eb3abba6d (patch) | |
tree | 5184e03ebe8152b856c6f6d055a1e2fc7b2d1e2b /hw/baum.h | |
parent | 1fc7bd4a86a2bfeafcec29445871eb97469a2699 (diff) | |
download | qemu-aad04cd024f0c59f0b96f032cde2e24eb3abba6d.zip |
Fix chrdev return value conversion
6e1db57b2ac9025c2443c665a0d9e78748637b26 didn't
convert brlapi or win32 chrdevs, breaking build for those.
Fix by converting the chrdevs.
Acked-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/baum.h')
-rw-r--r-- | hw/baum.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,4 +23,4 @@ */ /* char device */ -CharDriverState *chr_baum_init(QemuOpts *opts); +int chr_baum_init(QemuOpts *opts, CharDriverState **_chr); |