diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-09-18 19:33:56 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-09-18 19:33:56 +0000 |
commit | 99679ececcc633be817cfc4d0bef5c2799ea2ad4 (patch) | |
tree | ea516988b724d8fc594365b1c65130b3066ee570 /slirp/tcp_subr.c | |
parent | eb45f5fec4deda4b2374984e64e5e20c63ab7af3 (diff) |
removed warning
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1071 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'slirp/tcp_subr.c')
-rw-r--r-- | slirp/tcp_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slirp/tcp_subr.c b/slirp/tcp_subr.c index b6fbbfaf09..fd3f21a69f 100644 --- a/slirp/tcp_subr.c +++ b/slirp/tcp_subr.c @@ -1253,7 +1253,7 @@ tcp_ctl(so) int command; struct ex_list *ex_ptr; int do_pty; - struct socket *tmpso; + // struct socket *tmpso; DEBUG_CALL("tcp_ctl"); DEBUG_ARG("so = %lx", (long )so); |