=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/Attic/apprentice.c,v retrieving revision 1.21 retrieving revision 1.22 diff -c -r1.21 -r1.22 *** src/usr.bin/file/Attic/apprentice.c 2006/04/04 10:53:40 1.21 --- src/usr.bin/file/Attic/apprentice.c 2006/04/04 14:17:01 1.22 *************** *** 1,4 **** ! /* $OpenBSD: apprentice.c,v 1.21 2006/04/04 10:53:40 pedro Exp $ */ /* * Copyright (c) Ian F. Darwin 1986-1995. * Software written by Ian F. Darwin and others; --- 1,4 ---- ! /* $OpenBSD: apprentice.c,v 1.22 2006/04/04 14:17:01 pedro Exp $ */ /* * Copyright (c) Ian F. Darwin 1986-1995. * Software written by Ian F. Darwin and others; *************** *** 46,52 **** #endif #ifndef lint ! FILE_RCSID("@(#)$Id: apprentice.c,v 1.21 2006/04/04 10:53:40 pedro Exp $") #endif /* lint */ #define EATAB {while (isascii((unsigned char) *l) && \ --- 46,52 ---- #endif #ifndef lint ! FILE_RCSID("@(#)$Id: apprentice.c,v 1.22 2006/04/04 14:17:01 pedro Exp $") #endif /* lint */ #define EATAB {while (isascii((unsigned char) *l) && \ *************** *** 382,388 **** parse(struct magic_set *ms, struct magic **magicp, uint32_t *nmagicp, char *l, int action) { - int i = 0; struct magic *m; char *t; private const char *fops = FILE_OPS; --- 382,387 ----