mirror of
https://github.com/xemu-project/xemu.git
synced 2025-03-04 18:50:21 +00:00
removed warning
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3592 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9ee1fa2ca9
commit
eb6a054076
@ -327,6 +327,8 @@ fork_exec(struct socket *so, const char *ex, int do_pty)
|
|||||||
lprint("Error: openpty failed: %s\n", strerror(errno));
|
lprint("Error: openpty failed: %s\n", strerror(errno));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
return 0;
|
||||||
#endif
|
#endif
|
||||||
} else {
|
} else {
|
||||||
addr.sin_family = AF_INET;
|
addr.sin_family = AF_INET;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user