=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/paste/paste.c,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/paste/paste.c 1996/06/26 05:37:50 1.2 --- src/usr.bin/paste/paste.c 1997/01/15 23:43:02 1.3 *************** *** 1,4 **** ! /* $OpenBSD: paste.c,v 1.2 1996/06/26 05:37:50 deraadt Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: paste.c,v 1.3 1997/01/15 23:43:02 millert Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. *************** *** 44,50 **** #ifndef lint /*static char sccsid[] = "from: @(#)paste.c 5.7 (Berkeley) 10/30/90";*/ ! static char rcsid[] = "$OpenBSD: paste.c,v 1.2 1996/06/26 05:37:50 deraadt Exp $"; #endif /* not lint */ #include --- 44,50 ---- #ifndef lint /*static char sccsid[] = "from: @(#)paste.c 5.7 (Berkeley) 10/30/90";*/ ! static char rcsid[] = "$OpenBSD: paste.c,v 1.3 1997/01/15 23:43:02 millert Exp $"; #endif /* not lint */ #include *************** *** 65,71 **** int ch, seq; seq = 0; ! while ((ch = getopt(argc, argv, "d:s")) != EOF) switch(ch) { case 'd': delimcnt = tr(delim = optarg); --- 65,71 ---- int ch, seq; seq = 0; ! while ((ch = getopt(argc, argv, "d:s")) != -1) switch(ch) { case 'd': delimcnt = tr(delim = optarg);