summaryrefslogtreecommitdiff
path: root/term
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-11-30 20:52:32 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-11-30 20:52:32 +0000
commitc08577c48c1da5b5a6d1443aee9f034651e6eb34 (patch)
tree2fb9cf84259d50ba87923ec3fa4f92307e688041 /term
parentc6469d39d7c6de6b6b2feda2f055055f45ea6f11 (diff)
(ports_do_mach_notify_send_once): foo.
Diffstat (limited to 'term')
-rw-r--r--term/devio.c3
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;