projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3f4e2a
)
Fix incorrect return type.
author
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 8 Apr 2006 23:32:52 +0000
(23:32 +0000)
committer
pbrook
<pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 8 Apr 2006 23:32:52 +0000
(23:32 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1802
c046a42c
-6fe2-441c-8c8c-
71466251a162
hw/lance.c
patch
|
blob
|
history
diff --git
a/hw/lance.c
b/hw/lance.c
index
c0cb0f9
..
d167937
100644
(file)
--- a/
hw/lance.c
+++ b/
hw/lance.c
@@
-283,7
+283,7
@@
static CPUWriteMemoryFunc *lance_mem_write[3] = {
#define MIN_BUF_SIZE 60
-static
void
lance_can_receive(void *opaque)
+static
int
lance_can_receive(void *opaque)
{
return 1;
}