=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/pr/egetopt.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/pr/egetopt.c 2003/06/12 20:58:10 1.6 --- src/usr.bin/pr/egetopt.c 2003/11/09 20:13:57 1.7 *************** *** 1,4 **** ! /* $OpenBSD: egetopt.c,v 1.6 2003/06/12 20:58:10 deraadt Exp $ */ /*- * Copyright (c) 1991 Keith Muller. --- 1,4 ---- ! /* $OpenBSD: egetopt.c,v 1.7 2003/11/09 20:13:57 otto Exp $ */ /*- * Copyright (c) 1991 Keith Muller. *************** *** 35,41 **** #ifndef lint /* from: static char sccsid[] = "@(#)egetopt.c 8.1 (Berkeley) 6/6/93"; */ ! static char *rcsid = "$OpenBSD: egetopt.c,v 1.6 2003/06/12 20:58:10 deraadt Exp $"; #endif /* not lint */ #include --- 35,41 ---- #ifndef lint /* from: static char sccsid[] = "@(#)egetopt.c 8.1 (Berkeley) 6/6/93"; */ ! static char *rcsid = "$OpenBSD: egetopt.c,v 1.7 2003/11/09 20:13:57 otto Exp $"; #endif /* not lint */ #include *************** *** 70,76 **** { static char *place = EMSG; /* option letter processing */ char *oli; /* option letter list index */ ! static int delim; /* which option delimeter */ char *p; static char savec = '\0'; --- 70,76 ---- { static char *place = EMSG; /* option letter processing */ char *oli; /* option letter list index */ ! static int delim; /* which option delimiter */ char *p; static char savec = '\0';