From c08577c48c1da5b5a6d1443aee9f034651e6eb34 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 30 Nov 1995 20:52:32 +0000 Subject: (ports_do_mach_notify_send_once): foo. --- term/devio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'term/devio.c') 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; -- cgit v1.2.3