=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/column/column.c,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/column/column.c 1996/06/26 05:32:16 1.2 --- src/usr.bin/column/column.c 1997/01/15 23:42:21 1.3 *************** *** 1,4 **** ! /* $OpenBSD: column.c,v 1.2 1996/06/26 05:32:16 deraadt Exp $ */ /* $NetBSD: column.c,v 1.4 1995/09/02 05:53:03 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: column.c,v 1.3 1997/01/15 23:42:21 millert Exp $ */ /* $NetBSD: column.c,v 1.4 1995/09/02 05:53:03 jtc Exp $ */ /* *************** *** 44,50 **** #if 0 static char sccsid[] = "@(#)column.c 8.4 (Berkeley) 5/4/95"; #endif ! static char rcsid[] = "$OpenBSD: column.c,v 1.2 1996/06/26 05:32:16 deraadt Exp $"; #endif /* not lint */ #include --- 44,50 ---- #if 0 static char sccsid[] = "@(#)column.c 8.4 (Berkeley) 5/4/95"; #endif ! static char rcsid[] = "$OpenBSD: column.c,v 1.3 1997/01/15 23:42:21 millert Exp $"; #endif /* not lint */ #include *************** *** 91,97 **** termwidth = win.ws_col; tflag = xflag = 0; ! while ((ch = getopt(argc, argv, "c:s:tx")) != EOF) switch(ch) { case 'c': termwidth = atoi(optarg); --- 91,97 ---- termwidth = win.ws_col; tflag = xflag = 0; ! while ((ch = getopt(argc, argv, "c:s:tx")) != -1) switch(ch) { case 'c': termwidth = atoi(optarg);