diff options
author | Eric Andersen | 2000-09-25 21:45:58 +0000 |
---|---|---|
committer | Eric Andersen | 2000-09-25 21:45:58 +0000 |
commit | 3570a34de46b1f7dedd16999bb1687e2d6b55d40 (patch) | |
tree | 7fa09f8a448d71c604288ec50a1777e657f57db5 /console-tools | |
parent | caffb6eff0e33a80da630963f21346c21186da39 (diff) | |
download | busybox-3570a34de46b1f7dedd16999bb1687e2d6b55d40.zip busybox-3570a34de46b1f7dedd16999bb1687e2d6b55d40.tar.gz |
Renamed "internal.h" to the more sensible "busybox.h".
-Erik
Diffstat (limited to 'console-tools')
-rw-r--r-- | console-tools/chvt.c | 2 | ||||
-rw-r--r-- | console-tools/clear.c | 2 | ||||
-rw-r--r-- | console-tools/deallocvt.c | 2 | ||||
-rw-r--r-- | console-tools/dumpkmap.c | 2 | ||||
-rw-r--r-- | console-tools/loadacm.c | 2 | ||||
-rw-r--r-- | console-tools/loadfont.c | 2 | ||||
-rw-r--r-- | console-tools/loadkmap.c | 2 | ||||
-rw-r--r-- | console-tools/reset.c | 2 | ||||
-rw-r--r-- | console-tools/setkeycodes.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/console-tools/chvt.c b/console-tools/chvt.c index 87a1248..d4b16a0 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 <stdio.h> #include <stdlib.h> #include <fcntl.h> diff --git a/console-tools/clear.c b/console-tools/clear.c index dba1056..4a8e045 100644 --- a/console-tools/clear.c +++ b/console-tools/clear.c @@ -22,7 +22,7 @@ * */ -#include "internal.h" +#include "busybox.h" #include <stdio.h> diff --git a/console-tools/deallocvt.c b/console-tools/deallocvt.c index bb9632f..65af79b 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 <stdlib.h> #include <stdio.h> #include <fcntl.h> diff --git a/console-tools/dumpkmap.c b/console-tools/dumpkmap.c index 13b7d89..2d989df 100644 --- a/console-tools/dumpkmap.c +++ b/console-tools/dumpkmap.c @@ -20,7 +20,7 @@ * */ -#include "internal.h" +#include "busybox.h" #include <errno.h> #include <fcntl.h> #include <stdio.h> diff --git a/console-tools/loadacm.c b/console-tools/loadacm.c index 7f669bf..826c2a3 100644 --- a/console-tools/loadacm.c +++ b/console-tools/loadacm.c @@ -7,7 +7,7 @@ * Peter Novodvorsky <petya@logic.ru> */ -#include "internal.h" +#include "busybox.h" #include <stdio.h> #include <stdlib.h> #include <memory.h> diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c index e93ca31..d6eadc3 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 <stdio.h> #include <string.h> #include <fcntl.h> diff --git a/console-tools/loadkmap.c b/console-tools/loadkmap.c index 2321a1e..3f8d726 100644 --- a/console-tools/loadkmap.c +++ b/console-tools/loadkmap.c @@ -20,7 +20,7 @@ * */ -#include "internal.h" +#include "busybox.h" #include <errno.h> #include <fcntl.h> #include <stdio.h> diff --git a/console-tools/reset.c b/console-tools/reset.c index 6c4ae35..8e2c491 100644 --- a/console-tools/reset.c +++ b/console-tools/reset.c @@ -23,7 +23,7 @@ * */ -#include "internal.h" +#include "busybox.h" #include <stdio.h> extern int reset_main(int argc, char **argv) diff --git a/console-tools/setkeycodes.c b/console-tools/setkeycodes.c index 284ffa1..63c1063 100644 --- a/console-tools/setkeycodes.c +++ b/console-tools/setkeycodes.c @@ -22,7 +22,7 @@ * */ -#include "internal.h" +#include "busybox.h" #include <stdio.h> #include <stdlib.h> #include <fcntl.h> |