diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-30 20:52:32 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-30 20:52:32 +0000 |
commit | c08577c48c1da5b5a6d1443aee9f034651e6eb34 (patch) | |
tree | 2fb9cf84259d50ba87923ec3fa4f92307e688041 /term | |
parent | c6469d39d7c6de6b6b2feda2f055055f45ea6f11 (diff) |
(ports_do_mach_notify_send_once): foo.
Diffstat (limited to 'term')
-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; |