summaryrefslogtreecommitdiffstats
path: root/slirp/ip_input.c
diff options
context:
space:
mode:
authorStefan Weil2011-07-21 21:46:45 +0200
committerStefan Hajnoczi2011-07-27 11:10:17 +0200
commitcf2846b5fa5cf85685e8a238323194b2ff9b5faf (patch)
treee37adf91066626fd4976ba9205d3f34f75d308ce /slirp/ip_input.c
parentMakefile: Minor cscope fixups (diff)
downloadqemu-cf2846b5fa5cf85685e8a238323194b2ff9b5faf.tar.gz
qemu-cf2846b5fa5cf85685e8a238323194b2ff9b5faf.tar.xz
qemu-cf2846b5fa5cf85685e8a238323194b2ff9b5faf.zip
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>
Diffstat (limited to 'slirp/ip_input.c')
-rw-r--r--slirp/ip_input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/slirp/ip_input.c b/slirp/ip_input.c
index 5e67631ab4..c7b3eb4806 100644
--- a/slirp/ip_input.c
+++ b/slirp/ip_input.c
@@ -511,7 +511,7 @@ typedef uint32_t n_time;
*/
break;
}
- off--; / * 0 origin * /
+ off--; /* 0 origin */
if (off > optlen - sizeof(struct in_addr)) {
/*
* End of source route. Should be for us.
@@ -554,7 +554,7 @@ typedef uint32_t n_time;
/*
* If no space remains, ignore.
*/
- off--; * 0 origin *
+ off--; /* 0 origin */
if (off > optlen - sizeof(struct in_addr))
break;
bcopy((caddr_t)(&ip->ip_dst), (caddr_t)&ipaddr.sin_addr,