summaryrefslogtreecommitdiffstats
path: root/slirp/debug.c
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2007-10-26 19:01:16 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2007-10-26 19:01:16 +0000
commit9634d9031c140b24c7ca0d8872632207f6ce7275 (patch)
tree34ba241de1f12fcbd4e3301f081c50ff2db654da /slirp/debug.c
parent31a60e22752d3daaa248ca10930f3cf4bc5f02e8 (diff)
downloadhqemu-9634d9031c140b24c7ca0d8872632207f6ce7275.zip
hqemu-9634d9031c140b24c7ca0d8872632207f6ce7275.tar.gz
Use const and static as needed, disable unused code
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3452 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'slirp/debug.c')
-rw-r--r--slirp/debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/slirp/debug.c b/slirp/debug.c
index 77d5044..7c8581d 100644
--- a/slirp/debug.c
+++ b/slirp/debug.c
@@ -92,9 +92,9 @@ ttystats(ttyp)
lprint(" \r\n");
- if (if_comp & IF_COMPRESS)
+ if (IF_COMP & IF_COMPRESS)
strcpy(buff, "on");
- else if (if_comp & IF_NOCOMPRESS)
+ else if (IF_COMP & IF_NOCOMPRESS)
strcpy(buff, "off");
else
strcpy(buff, "off (for now)");
OpenPOWER on IntegriCloud