commit | e715c8e84ccf262eb56c9ba76f509dfa52f2a918 | [log] [tgz] |
---|---|---|
author | Stefan Weil <weil@mail.berlios.de> | Tue Mar 02 22:37:52 2010 +0100 |
committer | Michael S. Tsirkin <mst@redhat.com> | Wed Mar 03 13:34:06 2010 +0200 |
tree | 80587badc56a4cda10a33bd4146b2f0d149a2068 | |
parent | b1e87018f24cc4c5aac8f448efe6bf616163bf4e [diff] |
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>