From: Alan Cox Date: Wed, 7 Oct 2015 20:37:44 +0000 (+0100) Subject: coco3: remove a bogus "static" X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d438469064b73194406f6537cb6e81369ea0747d;p=FUZIX.git coco3: remove a bogus "static" --- 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 */