=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/Attic/is_tar.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/file/Attic/is_tar.c 1995/10/18 08:45:09 1.1 +++ src/usr.bin/file/Attic/is_tar.c 1996/06/26 05:32:58 1.2 @@ -1,3 +1,4 @@ +/* $OpenBSD: is_tar.c,v 1.2 1996/06/26 05:32:58 deraadt Exp $ */ /* * is_tar() -- figure out whether file is a tar archive. * @@ -5,7 +6,6 @@ * Pubic Domain version written 26 Aug 1985 John Gilmore (ihnp4!hoptoad!gnu). * * @(#)list.c 1.18 9/23/86 Public Domain - gnu - * $Id: is_tar.c,v 1.1 1995/10/18 08:45:09 deraadt Exp $ * * Comments changed and some code/comments reformatted * for file command by Ian Darwin.