diff options
Diffstat (limited to 'emulators/qemu/files/patch-slirp_throttle')
-rw-r--r-- | emulators/qemu/files/patch-slirp_throttle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu/files/patch-slirp_throttle b/emulators/qemu/files/patch-slirp_throttle index 8aab57d6694f..50d8c0fcc39d 100644 --- a/emulators/qemu/files/patch-slirp_throttle +++ b/emulators/qemu/files/patch-slirp_throttle @@ -49,7 +49,7 @@ diff -u -p -r1.157 vl.c int slirp_can_output(void) { - return 1; -+ qemu_can_send_packet(slirp_vc); ++ return qemu_can_send_packet(slirp_vc); } void slirp_output(const uint8_t *pkt, int pkt_len) |