From c6469d39d7c6de6b6b2feda2f055055f45ea6f11 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 30 Nov 1995 20:50:24 +0000 Subject: *** empty log message *** --- term/devio.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'term/devio.c') diff --git a/term/devio.c b/term/devio.c index f54b1ecc..694e9f87 100644 --- a/term/devio.c +++ b/term/devio.c @@ -59,8 +59,7 @@ static int npending_output; static struct port_class *phys_reply_class; /* The Mach device_t representing the terminal. */ -/* XXX static */ -device_t phys_device = MACH_PORT_NULL; +static device_t phys_device = MACH_PORT_NULL; /* The ports we get replies on for device calls. */ static mach_port_t phys_reply_writes = MACH_PORT_NULL; -- cgit v1.2.3