From: Brett Gordon Date: Tue, 2 Oct 2018 13:54:26 +0000 (-0400) Subject: coco3: tty_setup, and dummy copyright X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a4c47bda1e6d3acf09b1b33bee3fbd360b6a5e1a;p=FUZIX.git coco3: tty_setup, and dummy copyright --- diff --git a/Kernel/platform-coco3/config.h b/Kernel/platform-coco3/config.h index 9df8d0ae..5bcde481 100644 --- a/Kernel/platform-coco3/config.h +++ b/Kernel/platform-coco3/config.h @@ -109,3 +109,5 @@ typedef unsigned char *queueptr_t; /* define for SD */ #define SD_DRIVE_COUNT 1 #define CONFIG_SD + +#define platform_copyright() diff --git a/Kernel/platform-coco3/devtty.c b/Kernel/platform-coco3/devtty.c index 12e2b05f..66ff34b4 100644 --- a/Kernel/platform-coco3/devtty.c +++ b/Kernel/platform-coco3/devtty.c @@ -277,7 +277,7 @@ void tty_sleeping(uint8_t minor) } -void tty_setup(uint8_t minor) +void tty_setup(uint8_t minor, uint8_t flags) { if (minor > 2) { dw_vopen(minor);