=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/Attic/magic.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/file/Attic/magic.c 2004/05/19 02:34:27 1.1 +++ src/usr.bin/file/Attic/magic.c 2004/05/19 02:36:26 1.2 @@ -1,3 +1,4 @@ +/* $OpenBSD: magic.c,v 1.2 2004/05/19 02:36:26 tedu Exp $ */ /* * Copyright (c) Christos Zoulas 2003. * All Rights Reserved. @@ -65,7 +66,7 @@ #include "patchlevel.h" #ifndef lint -FILE_RCSID("@(#)$Id: magic.c,v 1.1 2004/05/19 02:34:27 tedu Exp $") +FILE_RCSID("@(#)$Id: magic.c,v 1.2 2004/05/19 02:36:26 tedu Exp $") #endif /* lint */ #ifdef __EMX__