From 9864b4eb0c5392ced96167432ea6eef06c037d9f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 23 Dec 2008 05:28:05 +0100 Subject: Removed wrong extern declarations for getopt --- tools/ppporc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/ppporc.c b/tools/ppporc.c index 2d8b034d..148a437a 100644 --- a/tools/ppporc.c +++ b/tools/ppporc.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include #include @@ -39,9 +40,6 @@ #include #include -extern int optind, opterr, optopt; -extern char *optarg; - /* IO cancelation */ static volatile sig_atomic_t __io_canceled; -- cgit