]> git.proxmox.com Git - mirror_qemu.git/commit - hw/eepro100.c
eepro100: Replace variable name to fix a compiler warning
authorStefan Weil <weil@mail.berlios.de>
Tue, 2 Mar 2010 21:37:52 +0000 (22:37 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 3 Mar 2010 11:34:06 +0000 (13:34 +0200)
commite715c8e84ccf262eb56c9ba76f509dfa52f2a918
tree80587badc56a4cda10a33bd4146b2f0d149a2068
parentb1e87018f24cc4c5aac8f448efe6bf616163bf4e
eepro100: Replace variable name to fix a compiler warning

When compiling with -Wshadow, gcc gives a warning
which is fixed by renaming stat -> status.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/eepro100.c