summaryrefslogtreecommitdiff
path: root/console-tools
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-28 00:18:56 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-28 00:18:56 +0000
commit4f3f757d56fbf420ea5030dcf7ea971b3da3ab47 (patch)
treed986e9bb9f03bf1f83465c274c35c0d58ed544e4 /console-tools
parent227a59b05d6df9b4be5990915646249d6f548822 (diff)
downloadbusybox-w32-4f3f757d56fbf420ea5030dcf7ea971b3da3ab47.tar.gz
busybox-w32-4f3f757d56fbf420ea5030dcf7ea971b3da3ab47.tar.bz2
busybox-w32-4f3f757d56fbf420ea5030dcf7ea971b3da3ab47.zip
Latest and greatest. Some effort at libc5 (aiming towards newlib)
compatability. -Erik
Diffstat (limited to 'console-tools')
-rw-r--r--console-tools/chvt.c2
-rw-r--r--console-tools/deallocvt.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/console-tools/chvt.c b/console-tools/chvt.c
index bf1ed609b..37fd21ae9 100644
--- a/console-tools/chvt.c
+++ b/console-tools/chvt.c
@@ -12,8 +12,6 @@
12#include <stdlib.h> 12#include <stdlib.h>
13#include <fcntl.h> 13#include <fcntl.h>
14 14
15extern int getfd(void);
16
17int chvt_main(int argc, char **argv) 15int chvt_main(int argc, char **argv)
18{ 16{
19 int fd, num; 17 int fd, num;
diff --git a/console-tools/deallocvt.c b/console-tools/deallocvt.c
index 141062edc..ee858797c 100644
--- a/console-tools/deallocvt.c
+++ b/console-tools/deallocvt.c
@@ -11,7 +11,6 @@
11#include <linux/vt.h> 11#include <linux/vt.h>
12#include <stdio.h> 12#include <stdio.h>
13 13
14extern int getfd(void);
15char *progname; 14char *progname;
16 15
17int deallocvt_main(int argc, char *argv[]) 16int deallocvt_main(int argc, char *argv[])