=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/pr/egetopt.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/pr/egetopt.c 1995/10/18 08:45:56 1.1 +++ src/usr.bin/pr/egetopt.c 1996/06/26 05:37:52 1.2 @@ -1,3 +1,5 @@ +/* $OpenBSD: egetopt.c,v 1.2 1996/06/26 05:37:52 deraadt Exp $ */ + /*- * Copyright (c) 1991 Keith Muller. * Copyright (c) 1993 @@ -37,7 +39,7 @@ #ifndef lint /* from: static char sccsid[] = "@(#)egetopt.c 8.1 (Berkeley) 6/6/93"; */ -static char *rcsid = "$Id: egetopt.c,v 1.1 1995/10/18 08:45:56 deraadt Exp $"; +static char *rcsid = "$OpenBSD: egetopt.c,v 1.2 1996/06/26 05:37:52 deraadt Exp $"; #endif /* not lint */ #include