diff options
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 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; |