diff options
Diffstat (limited to 'term/devio.c')
-rw-r--r-- | term/devio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/term/devio.c b/term/devio.c index 694e9f87..3ed50263 100644 --- a/term/devio.c +++ b/term/devio.c @@ -572,7 +572,8 @@ ports_do_mach_notify_send_once (mach_port_t notify) { /* xxx */ char msg[] = "Term input check happened\r\n"; - device_write_inband (phys_device, 0, 0, msg, sizeof msg); + int foo; + device_write_inband (phys_device, 0, 0, msg, sizeof msg, &foo); /* end xxx */ input_pending = 0; |