=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/getopt/getopt.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/getopt/getopt.c 1995/10/18 08:45:19 1.1 +++ src/usr.bin/getopt/getopt.c 1996/06/26 05:33:45 1.2 @@ -1,5 +1,7 @@ +/* $OpenBSD: getopt.c,v 1.2 1996/06/26 05:33:45 deraadt Exp $ */ + #ifndef lint -static char rcsid[] = "$Id: getopt.c,v 1.1 1995/10/18 08:45:19 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: getopt.c,v 1.2 1996/06/26 05:33:45 deraadt Exp $"; #endif /* not lint */ #include