From 3570a34de46b1f7dedd16999bb1687e2d6b55d40 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 25 Sep 2000 21:45:58 +0000 Subject: Renamed "internal.h" to the more sensible "busybox.h". -Erik --- console-tools/chvt.c | 2 +- console-tools/clear.c | 2 +- console-tools/deallocvt.c | 2 +- console-tools/dumpkmap.c | 2 +- console-tools/loadacm.c | 2 +- console-tools/loadfont.c | 2 +- console-tools/loadkmap.c | 2 +- console-tools/reset.c | 2 +- console-tools/setkeycodes.c | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'console-tools') diff --git a/console-tools/chvt.c b/console-tools/chvt.c index 87a1248fd..d4b16a05d 100644 --- a/console-tools/chvt.c +++ b/console-tools/chvt.c @@ -4,7 +4,7 @@ * * busyboxed by Erik Andersen */ -#include "internal.h" +#include "busybox.h" #include #include #include diff --git a/console-tools/clear.c b/console-tools/clear.c index dba105691..4a8e0450f 100644 --- a/console-tools/clear.c +++ b/console-tools/clear.c @@ -22,7 +22,7 @@ * */ -#include "internal.h" +#include "busybox.h" #include diff --git a/console-tools/deallocvt.c b/console-tools/deallocvt.c index bb9632fde..65af79b77 100644 --- a/console-tools/deallocvt.c +++ b/console-tools/deallocvt.c @@ -3,7 +3,7 @@ * disalloc.c - aeb - 940501 - Disallocate virtual terminal(s) * Renamed deallocvt. */ -#include "internal.h" +#include "busybox.h" #include #include #include diff --git a/console-tools/dumpkmap.c b/console-tools/dumpkmap.c index 13b7d8937..2d989dfc4 100644 --- a/console-tools/dumpkmap.c +++ b/console-tools/dumpkmap.c @@ -20,7 +20,7 @@ * */ -#include "internal.h" +#include "busybox.h" #include #include #include diff --git a/console-tools/loadacm.c b/console-tools/loadacm.c index 7f669bf08..826c2a33f 100644 --- a/console-tools/loadacm.c +++ b/console-tools/loadacm.c @@ -7,7 +7,7 @@ * Peter Novodvorsky */ -#include "internal.h" +#include "busybox.h" #include #include #include diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c index e93ca3186..d6eadc353 100644 --- a/console-tools/loadfont.c +++ b/console-tools/loadfont.c @@ -7,7 +7,7 @@ * Loads the console font, and possibly the corresponding screen map(s). * (Adapted for busybox by Matej Vela.) */ -#include "internal.h" +#include "busybox.h" #include #include #include diff --git a/console-tools/loadkmap.c b/console-tools/loadkmap.c index 2321a1ede..3f8d726e0 100644 --- a/console-tools/loadkmap.c +++ b/console-tools/loadkmap.c @@ -20,7 +20,7 @@ * */ -#include "internal.h" +#include "busybox.h" #include #include #include diff --git a/console-tools/reset.c b/console-tools/reset.c index 6c4ae35ae..8e2c491e2 100644 --- a/console-tools/reset.c +++ b/console-tools/reset.c @@ -23,7 +23,7 @@ * */ -#include "internal.h" +#include "busybox.h" #include extern int reset_main(int argc, char **argv) diff --git a/console-tools/setkeycodes.c b/console-tools/setkeycodes.c index 284ffa194..63c106333 100644 --- a/console-tools/setkeycodes.c +++ b/console-tools/setkeycodes.c @@ -22,7 +22,7 @@ * */ -#include "internal.h" +#include "busybox.h" #include #include #include -- cgit v1.2.3