--- coherent/e/bin/pax/regexp.c 2019/05/29 04:56:41 1.1 +++ coherent/e/bin/pax/regexp.c 2019/05/29 04:56:41 1.1.1.1 @@ -1,6 +1,6 @@ /* $Source: /var/lib/cvsd/coherent/coherent/e/bin/pax/regexp.c,v $ * - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * regexp.c - regular expression matching * @@ -43,8 +43,8 @@ * Sponsored by The USENIX Association for public distribution. * * $Log: regexp.c,v $ - * Revision 1.1 2019/05/29 04:56:41 root - * Initial revision + * Revision 1.1.1.1 2019/05/29 04:56:41 root + * coherent * * Revision 1.1 92/08/28 08:02:59 bin * Initial revision @@ -62,7 +62,7 @@ #include "pax.h" #ifndef lint -static char *Ident = "$Id: regexp.c,v 1.1 2019/05/29 04:56:41 root Exp $"; +static char *Ident = "$Id: regexp.c,v 1.1.1.1 2019/05/29 04:56:41 root Exp $"; #endif