diff options
author | Amit Shah <amit.shah@redhat.com> | 2009-08-27 18:01:24 +0530 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-09-04 09:37:26 -0500 |
commit | b84a5c6fa7f7211da9f81b2a73d2e340b5eca40d (patch) | |
tree | eada637fa5bfc9ed7496354bccb5cfd0c5733b96 /vl.c | |
parent | 58a04db1875679938c07bbec90032d1dd4fb0a48 (diff) | |
download | qemu-b84a5c6fa7f7211da9f81b2a73d2e340b5eca40d.zip qemu-b84a5c6fa7f7211da9f81b2a73d2e340b5eca40d.tar.gz qemu-b84a5c6fa7f7211da9f81b2a73d2e340b5eca40d.tar.bz2 |
Remove typedef for bool from eepro100.c
eepro100.c shouldn't have the need to do this in its local header file.
And I recently started getting this:
$ make -j3
...
CC x86_64-softmmu/eepro100.o
/home/amit/src/qemu/hw/eepro100.c:112: error: two or more data types
in declaration specifiers
/home/amit/src/qemu/hw/eepro100.c:112: warning: useless type name in
empty declaration
make[1]: *** [eepro100.o] Error 1
so just remove the typedef and include <stdbool.h> instead.
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'vl.c')
0 files changed, 0 insertions, 0 deletions