From ffc4374869b9ac10539a3c18e13b29d1b0c64484 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 7 Dec 2006 00:25:53 +0100 Subject: Imported from util-linux-2.11o tarball. --- text-utils/column.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'text-utils/column.c') diff --git a/text-utils/column.c b/text-utils/column.c index 3a54fe054..22b4c120d 100644 --- a/text-utils/column.c +++ b/text-utils/column.c @@ -88,8 +88,6 @@ main(int argc, char **argv) char *p; #ifdef __linux__ - extern int optind; - extern char *optarg; extern char *__progname; __progname = argv[0]; #endif @@ -104,7 +102,7 @@ main(int argc, char **argv) termwidth = win.ws_col; tflag = xflag = 0; - while ((ch = getopt(argc, argv, "c:s:tx")) != EOF) + while ((ch = getopt(argc, argv, "c:s:tx")) != -1) switch(ch) { case 'c': termwidth = atoi(optarg); -- cgit v1.2.3-55-g7522