diff options
Diffstat (limited to 'term/devio.c')
-rw-r--r-- | term/devio.c | 3 |
1 files changed, 1 insertions, 2 deletions
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; |