=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/Attic/funcs.c,v retrieving revision 1.3.6.1 retrieving revision 1.4 diff -u -r1.3.6.1 -r1.4 --- src/usr.bin/file/Attic/funcs.c 2007/07/09 17:32:51 1.3.6.1 +++ src/usr.bin/file/Attic/funcs.c 2007/07/09 16:39:48 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: funcs.c,v 1.3.6.1 2007/07/09 17:32:51 ckuethe Exp $ */ +/* $OpenBSD: funcs.c,v 1.4 2007/07/09 16:39:48 dim Exp $ */ /* * Copyright (c) Christos Zoulas 2003. * All Rights Reserved. @@ -37,7 +37,7 @@ #include #ifndef lint -FILE_RCSID("@(#)$Id: funcs.c,v 1.3.6.1 2007/07/09 17:32:51 ckuethe Exp $") +FILE_RCSID("@(#)$Id: funcs.c,v 1.4 2007/07/09 16:39:48 dim Exp $") #endif /* lint */ /* * Like printf, only we print to a buffer and advance it.