tag | 609bd0389dbcd09c78f7459b8c0d0e2e14cdf015 | |
---|---|---|
tagger | Anthony Liguori <aliguori@us.ibm.com> | Wed Sep 05 07:50:34 2012 -0500 |
object | d4ac79c980eb02a0fa0e3f60e300473f9242ab8a |
Tag for 1.2.0
commit | d4ac79c980eb02a0fa0e3f60e300473f9242ab8a | [log] [tgz] |
---|---|---|
author | Anthony Liguori <aliguori@us.ibm.com> | Mon Aug 06 19:31:55 2012 -0500 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Aug 06 19:31:55 2012 -0500 |
tree | 5cdfe4ee8fb91bbbbc53fbb1c92c71e3111404a6 | |
parent | afe63a1de4dac354e3bbadff0aa3b7a343ef4ede [diff] |
slirp: fix build on mingw32 in_addr_t isn't available on mingw32. Just use an unsigned long instead. I considered typedef'ing in_addr_t on mingw32 but this would potentially be brittle if mingw32 did introduce the type. Cc: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>