=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/Attic/magic.c,v retrieving revision 1.2.12.1 retrieving revision 1.3 diff -u -r1.2.12.1 -r1.3 --- src/usr.bin/file/Attic/magic.c 2007/07/09 17:32:48 1.2.12.1 +++ src/usr.bin/file/Attic/magic.c 2007/07/09 16:39:48 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: magic.c,v 1.2.12.1 2007/07/09 17:32:48 ckuethe Exp $ */ +/* $OpenBSD: magic.c,v 1.3 2007/07/09 16:39:48 dim Exp $ */ /* * Copyright (c) Christos Zoulas 2003. * All Rights Reserved. @@ -66,7 +66,7 @@ #include "patchlevel.h" #ifndef lint -FILE_RCSID("@(#)$Id: magic.c,v 1.2.12.1 2007/07/09 17:32:48 ckuethe Exp $") +FILE_RCSID("@(#)$Id: magic.c,v 1.3 2007/07/09 16:39:48 dim Exp $") #endif /* lint */ #ifdef __EMX__