=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/error/Attic/filter.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/error/Attic/filter.c 1999/12/04 00:16:52 1.5 --- src/usr.bin/error/Attic/filter.c 2001/07/12 05:17:02 1.6 *************** *** 1,4 **** ! /* $OpenBSD: filter.c,v 1.5 1999/12/04 00:16:52 deraadt Exp $ */ /* $NetBSD: filter.c,v 1.3 1995/09/02 06:15:28 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: filter.c,v 1.6 2001/07/12 05:17:02 deraadt Exp $ */ /* $NetBSD: filter.c,v 1.3 1995/09/02 06:15:28 jtc Exp $ */ /* *************** *** 38,44 **** #if 0 static char sccsid[] = "@(#)filter.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: filter.c,v 1.5 1999/12/04 00:16:52 deraadt Exp $"; #endif /* not lint */ #include --- 38,44 ---- #if 0 static char sccsid[] = "@(#)filter.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: filter.c,v 1.6 2001/07/12 05:17:02 deraadt Exp $"; #endif /* not lint */ #include *************** *** 63,68 **** --- 63,69 ---- * Read the file ERRORNAME of the names of functions in lint * to ignore complaints about. */ + void getignored(auxname) char *auxname; { *************** *** 163,170 **** * and the linenumber the second. * Return the new categorization of the error class. */ ! Errorclass discardit(errorp) ! reg Eptr errorp; { int language; reg int i; --- 164,172 ---- * and the linenumber the second. * Return the new categorization of the error class. */ ! Errorclass ! discardit(errorp) ! Eptr errorp; { int language; reg int i;