=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/man/Attic/config.c,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/man/Attic/config.c 2007/03/20 03:50:39 1.8 --- src/usr.bin/man/Attic/config.c 2009/10/27 23:59:40 1.9 *************** *** 1,4 **** ! /* $OpenBSD: config.c,v 1.8 2007/03/20 03:50:39 tedu Exp $ */ /* $NetBSD: config.c,v 1.7 1995/09/28 06:05:21 tls Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: config.c,v 1.9 2009/10/27 23:59:40 deraadt Exp $ */ /* $NetBSD: config.c,v 1.7 1995/09/28 06:05:21 tls Exp $ */ /* *************** *** 29,42 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - - #ifndef lint - #if 0 - static char sccsid[] = "@(#)config.c 8.8 (Berkeley) 1/31/95"; - #else - static char rcsid[] = "$OpenBSD: config.c,v 1.8 2007/03/20 03:50:39 tedu Exp $"; - #endif - #endif /* not lint */ #include #include --- 29,34 ----