diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-28 00:18:56 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-28 00:18:56 +0000 |
commit | 623d40315b6ba428a8f56adce8fea6e4c5a52d24 (patch) | |
tree | d986e9bb9f03bf1f83465c274c35c0d58ed544e4 /console-tools/chvt.c | |
parent | 2c7baef120eb02dd71fc71c1864a17214036a49f (diff) | |
download | busybox-w32-623d40315b6ba428a8f56adce8fea6e4c5a52d24.tar.gz busybox-w32-623d40315b6ba428a8f56adce8fea6e4c5a52d24.tar.bz2 busybox-w32-623d40315b6ba428a8f56adce8fea6e4c5a52d24.zip |
Latest and greatest. Some effort at libc5 (aiming towards newlib)
compatability.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@499 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'console-tools/chvt.c')
-rw-r--r-- | console-tools/chvt.c | 2 |
1 files changed, 0 insertions, 2 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 | ||
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; |