]> git.proxmox.com Git - qemu.git/commit
MinGW: Replace setsockopt by qemu_setsocketopt
authorStefan Weil <sw@weilnetz.de>
Fri, 8 Mar 2013 18:58:32 +0000 (19:58 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 22 Mar 2013 12:14:48 +0000 (13:14 +0100)
commit9957fc7f1ed731e5228089ead3f350341cdd29c0
tree874a4ac706c39aa05f66d285e3d3db20bf83e3f3
parentafed26082219b49443193b4ac32d113bbcf967fd
MinGW: Replace setsockopt by qemu_setsocketopt

Instead of adding missing type casts which are needed by MinGW for the
4th argument, the patch uses qemu_setsockopt which was invented for this
purpose.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
bt-host.c
gdbstub.c
net/socket.c
slirp/misc.c
slirp/socket.c
slirp/tcp_subr.c
slirp/udp.c
util/qemu-sockets.c