1. 03 5月, 2012 1 次提交
  2. 16 4月, 2012 1 次提交
  3. 06 4月, 2012 5 次提交
  4. 15 3月, 2012 2 次提交
  5. 10 2月, 2012 2 次提交
  6. 02 2月, 2012 10 次提交
  7. 06 12月, 2011 2 次提交
  8. 10 11月, 2011 1 次提交
  9. 27 10月, 2011 3 次提交
  10. 16 9月, 2011 1 次提交
  11. 09 9月, 2011 3 次提交
  12. 21 8月, 2011 1 次提交
  13. 25 7月, 2011 1 次提交
    • B
      Wrap recv to avoid warnings · 00aa0040
      Blue Swirl 提交于
      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: NAnthony Liguori <aliguori@us.ibm.com>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      00aa0040
  14. 13 7月, 2011 1 次提交
  15. 12 7月, 2011 2 次提交
  16. 11 7月, 2011 2 次提交
  17. 22 6月, 2011 2 次提交