mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
64 bit fixes (initial patch by Gwenole Beauchesne)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1458 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b685369795
commit
101c593562
7 changed files with 28 additions and 14 deletions
|
@ -94,6 +94,7 @@ struct udpstat {
|
|||
|
||||
extern struct udpstat udpstat;
|
||||
extern struct socket udb;
|
||||
struct mbuf;
|
||||
|
||||
void udp_init _P((void));
|
||||
void udp_input _P((register struct mbuf *, int));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue