From d438469064b73194406f6537cb6e81369ea0747d Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 7 Oct 2015 21:37:44 +0100 Subject: [PATCH] coco3: remove a bogus "static" --- Kernel/platform-coco3/devtty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-coco3/devtty.h b/Kernel/platform-coco3/devtty.h index fc272a86..32067119 100644 --- a/Kernel/platform-coco3/devtty.h +++ b/Kernel/platform-coco3/devtty.h @@ -4,7 +4,7 @@ #include <../include/vt.h> #include <../include/graphics.h> -static struct pty { +struct pty { unsigned char *base; /* base of buffer in cpu space */ unsigned char *cpos; /* current location of cursor */ unsigned char csave; /* charactor that is under the cursor */ -- 2.34.1