=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/Attic/funcs.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/file/Attic/funcs.c 2004/05/19 02:32:35 1.1 --- src/usr.bin/file/Attic/funcs.c 2004/05/19 02:36:26 1.2 *************** *** 1,3 **** --- 1,4 ---- + /* $OpenBSD: funcs.c,v 1.2 2004/05/19 02:36:26 tedu Exp $ */ /* * Copyright (c) Christos Zoulas 2003. * All Rights Reserved. *************** *** 34,40 **** #include #ifndef lint ! FILE_RCSID("@(#)$Id: funcs.c,v 1.1 2004/05/19 02:32:35 tedu Exp $") #endif /* lint */ /* * Like printf, only we print to a buffer and advance it. --- 35,41 ---- #include #ifndef lint ! FILE_RCSID("@(#)$Id: funcs.c,v 1.2 2004/05/19 02:36:26 tedu Exp $") #endif /* lint */ /* * Like printf, only we print to a buffer and advance it.