From 9b934d0930b6225b62c2752c3812c12679fde7de Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Thu, 3 Sep 2009 09:33:57 +0000 Subject: Move libteken out of the syscons directory. I initially committed libteken to sys/dev/syscons/teken, but now that I'm working on a console driver myself, I noticed this was not a good decision. Move it to sys/teken to make it easier for other drivers to use a terminal emulator. Also list teken.c in sys/conf/files, instead of listing it in all the files.arch files separately. --- sys/dev/syscons/scterm-teken.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/syscons/scterm-teken.c') diff --git a/sys/dev/syscons/scterm-teken.c b/sys/dev/syscons/scterm-teken.c index 36cfbb5d35f1..6f51ac17035b 100644 --- a/sys/dev/syscons/scterm-teken.c +++ b/sys/dev/syscons/scterm-teken.c @@ -46,7 +46,7 @@ __FBSDID("$FreeBSD$"); #include -#include +#include static void scteken_revattr(unsigned char, teken_attr_t *); static unsigned int scteken_attr(const teken_attr_t *); -- cgit v1.2.3