Blue Swirl 00aa0040e8 Wrap recv to avoid warnings
Avoid warnings like these by wrapping recv():
  CC    slirp/ip_icmp.o
/src/qemu/slirp/ip_icmp.c: In function 'icmp_receive':
/src/qemu/slirp/ip_icmp.c:418:5: error: passing argument 2 of 'recv' from incompatible pointer type [-Werror]
/usr/local/lib/gcc/i686-mingw32msvc/4.6.0/../../../../i686-mingw32msvc/include/winsock2.h:547:32: note: expected 'char *' but argument is of type 'struct icmp *'

Remove also casts used to avoid warnings.

Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2011-07-25 14:38:56 +00:00
..
2010-05-17 10:20:05 +02:00
2010-05-17 10:20:04 +02:00
2010-11-04 12:52:16 +01:00
2010-05-22 08:02:12 +00:00
2010-05-17 10:20:05 +02:00
2010-05-17 10:20:05 +02:00
2011-06-14 17:03:27 +02:00
2010-12-17 16:11:03 +01:00
2011-06-14 10:01:19 +02:00
2011-07-25 14:38:56 +00:00
2011-06-15 14:35:15 +02:00
2011-01-12 19:48:58 +00:00