aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/scterm-teken.c
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-09-03 09:33:57 +0000
committerEd Schouten <ed@FreeBSD.org>2009-09-03 09:33:57 +0000
commit9b934d0930b6225b62c2752c3812c12679fde7de (patch)
tree8c7b95b132913ab642e62596193103184f59a64f /sys/dev/syscons/scterm-teken.c
parenta34292623ff852613c5d61c2acc986692928b0ca (diff)
downloadsrc-9b934d0930b6225b62c2752c3812c12679fde7de.tar.gz
src-9b934d0930b6225b62c2752c3812c12679fde7de.zip
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.
Notes
Notes: svn path=/head/; revision=196775
Diffstat (limited to 'sys/dev/syscons/scterm-teken.c')
-rw-r--r--sys/dev/syscons/scterm-teken.c2
1 files changed, 1 insertions, 1 deletions
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 <dev/syscons/syscons.h>
-#include <dev/syscons/teken/teken.h>
+#include <teken/teken.h>
static void scteken_revattr(unsigned char, teken_attr_t *);
static unsigned int scteken_attr(const teken_attr_t *);