aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-04-17 14:52:32 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-04-17 14:52:32 +0000
commit73a42b360c683f4b9c3b25014fd705ee44fe75ba (patch)
tree3fe0f2a49c8864e5886209ac01261fb7e0c4293b
parentfa49e7601c5ac91a64fab3f8cf545c6069af2c3b (diff)
Remove optopt and opterr, two unused variables.
svn path=/trunk/; revision=1877
-rw-r--r--editcap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/editcap.c b/editcap.c
index 63f79fba9b..a2a524ae07 100644
--- a/editcap.c
+++ b/editcap.c
@@ -1,7 +1,7 @@
/* Edit capture files. We can delete records, or simply convert from one
* format to another format.
*
- * $Id: editcap.c,v 1.7 2000/04/12 21:51:27 gram Exp $
+ * $Id: editcap.c,v 1.8 2000/04/17 14:52:32 gram Exp $
*
* Originally written by Richard Sharpe.
* Improved by Guy Harris.
@@ -192,7 +192,7 @@ int main(int argc, char *argv[])
int i, err;
callback_arg args;
extern char *optarg;
- extern int optind, opterr, optopt;
+ extern int optind;
char opt;
/* Process the options first */