diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-28 16:06:25 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-28 16:06:25 +0000 |
commit | 6b6b3f6ef2f44898a8bddfaae93cc4ef3aa79661 (patch) | |
tree | ac9548482088082aece2d2df1406c72339c77b6f /console-tools | |
parent | c7c41d306b8e172a2fba432d3c4b9f97b9963816 (diff) | |
download | busybox-w32-6b6b3f6ef2f44898a8bddfaae93cc4ef3aa79661.tar.gz busybox-w32-6b6b3f6ef2f44898a8bddfaae93cc4ef3aa79661.tar.bz2 busybox-w32-6b6b3f6ef2f44898a8bddfaae93cc4ef3aa79661.zip |
Stuf
Diffstat (limited to 'console-tools')
-rw-r--r-- | console-tools/deallocvt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/console-tools/deallocvt.c b/console-tools/deallocvt.c index a8feeb53c..ae4dbb5a8 100644 --- a/console-tools/deallocvt.c +++ b/console-tools/deallocvt.c | |||
@@ -2,6 +2,7 @@ | |||
2 | * disalloc.c - aeb - 940501 - Disallocate virtual terminal(s) | 2 | * disalloc.c - aeb - 940501 - Disallocate virtual terminal(s) |
3 | * Renamed deallocvt. | 3 | * Renamed deallocvt. |
4 | */ | 4 | */ |
5 | #include "internal.h" | ||
5 | #include <stdlib.h> | 6 | #include <stdlib.h> |
6 | #include <fcntl.h> | 7 | #include <fcntl.h> |
7 | #include <sys/types.h> | 8 | #include <sys/types.h> |