diff options
Diffstat (limited to 'term/devio.c')
-rw-r--r-- | term/devio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/term/devio.c b/term/devio.c index 60ee2217..621ec937 100644 --- a/term/devio.c +++ b/term/devio.c @@ -747,7 +747,7 @@ ports_do_mach_notify_send_once (struct port_info *pi) if (input_pending) { /* xxx */ - char msg[] = "Term input check happened\r\n"; + io_buf_ptr_inband_t msg = "Term input check happened\r\n"; int foo; device_write_inband (phys_device, 0, 0, msg, sizeof msg, &foo); /* end xxx */ |