diff options
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 12abebeb96..00f61c1614 100644 --- a/slirp/tcp_subr.c +++ b/slirp/tcp_subr.c @@ -1283,7 +1283,7 @@ tcp_ctl(so) command == ex_ptr->ex_addr) { if (ex_ptr->ex_pty == 3) { so->s = -1; - so->extra = ex_ptr->ex_exec; + so->extra = (void *)ex_ptr->ex_exec; return 1; } do_pty = ex_ptr->ex_pty; |