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