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 /chvt.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 'chvt.c')
-rw-r--r-- | chvt.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -12,8 +12,6 @@ | |||
12 | #include <stdlib.h> | 12 | #include <stdlib.h> |
13 | #include <fcntl.h> | 13 | #include <fcntl.h> |
14 | 14 | ||
15 | extern int getfd(void); | ||
16 | |||
17 | int chvt_main(int argc, char **argv) | 15 | int chvt_main(int argc, char **argv) |
18 | { | 16 | { |
19 | int fd, num; | 17 | int fd, num; |