=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/Attic/magic.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/file/Attic/magic.c 2009/08/27 16:26:43 1.7 +++ src/usr.bin/file/Attic/magic.c 2009/10/27 23:59:37 1.8 @@ -1,4 +1,4 @@ -/* $OpenBSD: magic.c,v 1.7 2009/08/27 16:26:43 deraadt Exp $ */ +/* $OpenBSD: magic.c,v 1.8 2009/10/27 23:59:37 deraadt Exp $ */ /* * Copyright (c) Christos Zoulas 2003. * All Rights Reserved. @@ -63,10 +63,6 @@ #include /* for byte swapping */ #include "patchlevel.h" - -#ifndef lint -FILE_RCSID("@(#)$Id: magic.c,v 1.7 2009/08/27 16:26:43 deraadt Exp $") -#endif /* lint */ #ifndef PIPE_BUF /* Get the PIPE_BUF from pathconf */