slirp: Fix unusual "comments" in unused code
authorStefan Weil <weil@mail.berlios.de>
Thu, 21 Jul 2011 19:46:45 +0000 (21:46 +0200)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Wed, 27 Jul 2011 09:10:17 +0000 (10:10 +0100)
commitd7ef376606d3ee8e126323afc11ec13b913794ef
treee37adf91066626fd4976ba9205d3f34f75d308ce
parentaaad2d4589c0ffd2409c0549558c68be3cf953bd
slirp: Fix unusual "comments" in unused code

cppcheck detected two rather strange comments which were not
correctly written as C comments.

They did not cause any harm because they were framed by
#ifdef notdef ... #endif, so they were never compiled.

Fix them nevertheless (we could also remove the unused code).

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
slirp/ip_input.c