=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ar/Attic/contents.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/ar/Attic/contents.c 2003/06/12 20:58:08 1.4 --- src/usr.bin/ar/Attic/contents.c 2009/10/27 23:59:35 1.5 *************** *** 1,4 **** ! /* $OpenBSD: contents.c,v 1.4 2003/06/12 20:58:08 deraadt Exp $ */ /* $NetBSD: contents.c,v 1.5 1995/03/26 03:27:49 glass Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: contents.c,v 1.5 2009/10/27 23:59:35 deraadt Exp $ */ /* $NetBSD: contents.c,v 1.5 1995/03/26 03:27:49 glass Exp $ */ /*- *************** *** 32,45 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - - #ifndef lint - #if 0 - static char sccsid[] = "@(#)contents.c 8.3 (Berkeley) 4/2/94"; - #else - static char rcsid[] = "$OpenBSD: contents.c,v 1.4 2003/06/12 20:58:08 deraadt Exp $"; - #endif - #endif /* not lint */ #include #include --- 32,37 ----