]> git.ipfire.org Git - thirdparty/qemu.git/commit
slirp: Remove wrong type casts ins debug statements
authorStefan Weil <sw@weilnetz.de>
Tue, 4 Sep 2012 21:20:35 +0000 (23:20 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 12 Oct 2012 02:44:17 +0000 (21:44 -0500)
commit3ed791b42d75f20dc194f9355121c55ee3ac4444
treec025988e24ec919bf1557b828d09d29d6d55005e
parent2ee160f8e19dc6d1fd0860f37b8929f16f072eb2
slirp: Remove wrong type casts ins debug statements

The type casts of pointers to long are not allowed
when sizeof(pointer) != sizeof(long).

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
(cherry picked from commit c4d12a743c73a5b88a8705ca68ff620ce0f8bba7)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
slirp/tcp_subr.c