From: Alan Cox Date: Fri, 22 May 2015 10:34:25 +0000 (+0100) Subject: vt: this will go away in a moment X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f373d0bf3d94fb550316526d4d77384b58725d67;p=FUZIX.git vt: this will go away in a moment --- diff --git a/Kernel/vt.c b/Kernel/vt.c index 06f809db..1605c2d3 100644 --- a/Kernel/vt.c +++ b/Kernel/vt.c @@ -192,7 +192,6 @@ int vt_ioctl(uint8_t minor, uarg_t request, char *data) { /* FIXME: need to address the multiple vt switching case here.. probably need to switch vt */ - /* FIXME: minor 0 handling */ if (minor <= MAX_VT) { switch(request) { #ifdef KEY_ROWS