summaryrefslogtreecommitdiff
path: root/console/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'console/display.c')
-rw-r--r--console/display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/console/display.c b/console/display.c
index 20914955..ec1462d9 100644
--- a/console/display.c
+++ b/console/display.c
@@ -226,7 +226,7 @@ nowait_file_changed (mach_port_t notify_port, natural_t tickno,
{
Request In;
} Mess;
- register Request *InP = &Mess.In;
+ Request *InP = &Mess.In;
static const mach_msg_type_t ticknoType = {
/* msgt_name = */ 2,