=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/Attic/softmagic.c,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/file/Attic/softmagic.c 2009/04/24 18:54:34 1.14 --- src/usr.bin/file/Attic/softmagic.c 2009/10/27 23:59:38 1.15 *************** *** 1,4 **** ! /* $OpenBSD: softmagic.c,v 1.14 2009/04/24 18:54:34 chl Exp $ */ /* * Copyright (c) Ian F. Darwin 1986-1995. * Software written by Ian F. Darwin and others; --- 1,4 ---- ! /* $OpenBSD: softmagic.c,v 1.15 2009/10/27 23:59:38 deraadt Exp $ */ /* * Copyright (c) Ian F. Darwin 1986-1995. * Software written by Ian F. Darwin and others; *************** *** 37,46 **** #include #include - - #ifndef lint - FILE_RCSID("@(#)$Id: softmagic.c,v 1.14 2009/04/24 18:54:34 chl Exp $") - #endif /* lint */ private int match(struct magic_set *, struct magic *, uint32_t, const unsigned char *, size_t, int); --- 37,42 ----