diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-30 20:50:24 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-30 20:50:24 +0000 |
commit | c6469d39d7c6de6b6b2feda2f055055f45ea6f11 (patch) | |
tree | 5a9f75051ac15f019add224103e468afe63fd282 /term/devio.c | |
parent | 4f1f193f50d77b9e84939da70bd8c2cd37f9b5bc (diff) |
*** empty log message ***
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; |