diff options
author | Erik Andersen | 2000-04-28 00:18:56 +0000 |
---|---|---|
committer | Erik Andersen | 2000-04-28 00:18:56 +0000 |
commit | 4f3f757d56fbf420ea5030dcf7ea971b3da3ab47 (patch) | |
tree | d986e9bb9f03bf1f83465c274c35c0d58ed544e4 /console-tools | |
parent | 227a59b05d6df9b4be5990915646249d6f548822 (diff) | |
download | busybox-4f3f757d56fbf420ea5030dcf7ea971b3da3ab47.zip busybox-4f3f757d56fbf420ea5030dcf7ea971b3da3ab47.tar.gz |
Latest and greatest. Some effort at libc5 (aiming towards newlib)
compatability.
-Erik
Diffstat (limited to 'console-tools')
-rw-r--r-- | console-tools/chvt.c | 2 | ||||
-rw-r--r-- | console-tools/deallocvt.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/console-tools/chvt.c b/console-tools/chvt.c index bf1ed60..37fd21a 100644 --- a/console-tools/chvt.c +++ b/console-tools/chvt.c @@ -12,8 +12,6 @@ #include <stdlib.h> #include <fcntl.h> -extern int getfd(void); - int chvt_main(int argc, char **argv) { int fd, num; diff --git a/console-tools/deallocvt.c b/console-tools/deallocvt.c index 141062e..ee85879 100644 --- a/console-tools/deallocvt.c +++ b/console-tools/deallocvt.c @@ -11,7 +11,6 @@ #include <linux/vt.h> #include <stdio.h> -extern int getfd(void); char *progname; int deallocvt_main(int argc, char *argv[]) |