From: Ben Gras Date: Sat, 22 Oct 2005 02:19:16 +0000 (+0000) Subject: Al's comments. X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=d78c32d1c90f05ecd38a6161b385cfbc78db0fb3;p=minix.git Al's comments. --- diff --git a/drivers/tty/tty.c b/drivers/tty/tty.c index c1448ead7..e33cf9370 100644 --- a/drivers/tty/tty.c +++ b/drivers/tty/tty.c @@ -45,6 +45,8 @@ * |-------------+---------+---------+---------+---------+---------+---------| * | DEV_CLOSE |minor dev| proc nr | | | | | * |-------------+---------+---------+---------+---------+---------+---------| + * | DEV_SELECT | | | | | | | + * |-------------+---------+---------+---------+---------+---------+---------| * | DEV_STATUS | | | | | | | * |-------------+---------+---------+---------+---------+---------+---------| * | CANCEL |minor dev| proc nr | | | | | @@ -56,7 +58,6 @@ * Jul 13, 2004 support for function key observers (Jorrit N. Herder) */ -#include "../drivers.h" #include "../drivers.h" #include #if ENABLE_SRCCOMPAT || ENABLE_BINCOMPAT