=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/apply/apply.c,v retrieving revision 1.19 retrieving revision 1.20 diff -c -r1.19 -r1.20 *** src/usr.bin/apply/apply.c 2005/02/24 12:56:15 1.19 --- src/usr.bin/apply/apply.c 2005/03/25 16:54:17 1.20 *************** *** 1,4 **** ! /* $OpenBSD: apply.c,v 1.19 2005/02/24 12:56:15 jsg Exp $ */ /* $NetBSD: apply.c,v 1.3 1995/03/25 03:38:23 glass Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: apply.c,v 1.20 2005/03/25 16:54:17 jaredy Exp $ */ /* $NetBSD: apply.c,v 1.3 1995/03/25 03:38:23 glass Exp $ */ /*- *************** *** 37,43 **** #if 0 static const char sccsid[] = "@(#)apply.c 8.4 (Berkeley) 4/4/94"; #else ! static const char rcsid[] = "$OpenBSD: apply.c,v 1.19 2005/02/24 12:56:15 jsg Exp $"; #endif #endif /* not lint */ --- 37,43 ---- #if 0 static const char sccsid[] = "@(#)apply.c 8.4 (Berkeley) 4/4/94"; #else ! static const char rcsid[] = "$OpenBSD: apply.c,v 1.20 2005/03/25 16:54:17 jaredy Exp $"; #endif #endif /* not lint */ *************** *** 81,87 **** if (nargs != -1) errx(1, "only one -# argument may be specified."); ! nargs = optopt - '0'; break; default: usage(); --- 81,87 ---- if (nargs != -1) errx(1, "only one -# argument may be specified."); ! nargs = ch - '0'; break; default: usage();