summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-11-30 20:50:24 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-11-30 20:50:24 +0000
commitc6469d39d7c6de6b6b2feda2f055055f45ea6f11 (patch)
tree5a9f75051ac15f019add224103e468afe63fd282
parent4f1f193f50d77b9e84939da70bd8c2cd37f9b5bc (diff)
*** empty log message ***
-rw-r--r--term/devio.c3
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;