From 48a4cff778f8919f2c93435c322a860f89c8923d Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 30 Nov 1995 22:36:27 +0000 Subject: (devio_bottom): Fix decl. --- term/term.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'term/term.h') diff --git a/term/term.h b/term/term.h index 433990ea..8e369d3a 100644 --- a/term/term.h +++ b/term/term.h @@ -112,7 +112,7 @@ struct bottomhalf }; struct bottomhalf *bottom; -extern struct bottomhalf *devio_bottom; +extern struct bottomhalf devio_bottom; /* Character queues */ -- cgit v1.2.3