mirror of
https://github.com/simh/simh.git
synced 2026-01-13 15:27:14 +00:00
slirp: remove noisy debug output
This commit is contained in:
parent
73f633fa69
commit
970644576e
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user