mirror of
https://github.com/open-simh/simh.git
synced 2026-02-27 01:10:17 +00:00
slirp: remove noisy debug output
This commit is contained in:
@@ -154,7 +154,6 @@ unsigned long non_block = 1;
|
||||
void qemu_set_nonblock(int fd)
|
||||
{
|
||||
int f;
|
||||
fprintf (stderr, "qemu_set_nonblock()\r\n");
|
||||
f = fcntl(fd, F_GETFL);
|
||||
fcntl(fd, F_SETFL, f | O_NONBLOCK);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user