--- coherent/g/usr/bin/pax/extract.c 2019/05/29 04:56:35 1.1 +++ coherent/g/usr/bin/pax/extract.c 2019/05/29 04:56:35 1.1.1.1 @@ -1,6 +1,6 @@ /* $Source: /var/lib/cvsd/coherent/coherent/g/usr/bin/pax/extract.c,v $ * - * $Revision: 1.1 $ + * $Revision: 1.1.1.1 $ * * extract.c - Extract files from a tar archive. * @@ -27,8 +27,8 @@ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * * $Log: extract.c,v $ - * Revision 1.1 2019/05/29 04:56:35 root - * Initial revision + * Revision 1.1.1.1 2019/05/29 04:56:35 root + * coherent * * Revision 1.1 92/08/28 08:02:02 bin * Initial revision @@ -42,7 +42,7 @@ */ #ifndef lint -static char *ident = "$Id: extract.c,v 1.1 2019/05/29 04:56:35 root Exp $"; +static char *ident = "$Id: extract.c,v 1.1.1.1 2019/05/29 04:56:35 root Exp $"; static char *copyright = "Copyright (c) 1989 Mark H. Colburn.\nAll rights reserved.\n"; #endif /* ! lint */