diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-28 00:18:56 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-28 00:18:56 +0000 |
commit | 4f3f757d56fbf420ea5030dcf7ea971b3da3ab47 (patch) | |
tree | d986e9bb9f03bf1f83465c274c35c0d58ed544e4 /deallocvt.c | |
parent | 227a59b05d6df9b4be5990915646249d6f548822 (diff) | |
download | busybox-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 'deallocvt.c')
-rw-r--r-- | deallocvt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deallocvt.c b/deallocvt.c index 141062edc..ee858797c 100644 --- a/deallocvt.c +++ b/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 | ||
14 | extern int getfd(void); | ||
15 | char *progname; | 14 | char *progname; |
16 | 15 | ||
17 | int deallocvt_main(int argc, char *argv[]) | 16 | int deallocvt_main(int argc, char *argv[]) |