diff options
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 bf1ed609b..37fd21ae9 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 141062edc..ee858797c 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[]) |