diff options
author | Karel Zak <kzak@redhat.com> | 2006-12-07 00:25:53 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2006-12-07 00:25:53 +0100 |
commit | ffc4374869b9ac10539a3c18e13b29d1b0c64484 (patch) | |
tree | 1b8054e83f7f70e8fa77499fc9246d1cc16faa15 /text-utils/col.c | |
parent | 612721dba838fe37af543421278416bb7acf770c (diff) | |
download | util-linux-old-ffc4374869b9ac10539a3c18e13b29d1b0c64484.tar.gz |
Imported from util-linux-2.11o tarball.
Diffstat (limited to 'text-utils/col.c')
-rw-r--r-- | text-utils/col.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/text-utils/col.c b/text-utils/col.c index 0a875af3..052d91e7 100644 --- a/text-utils/col.c +++ b/text-utils/col.c @@ -117,8 +117,6 @@ int pass_unknown_seqs; /* whether to pass unknown control sequences */ int main(int argc, char **argv) { - extern int optind; - extern char *optarg; register wint_t ch; CHAR *c; CSET cur_set; /* current character set */ |