Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/x86/include/intr.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/x86/include/intr.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.19.4.1 retrieving revision 1.20 diff -u -p -r1.19.4.1 -r1.20 --- src/sys/arch/x86/include/intr.h 2006/09/09 02:44:36 1.19.4.1 +++ src/sys/arch/x86/include/intr.h 2006/02/16 20:17:15 1.20 @@ -1,4 +1,4 @@ -/* $NetBSD: intr.h,v 1.19.4.1 2006/09/09 02:44:36 rpaulo Exp $ */ +/* $NetBSD: intr.h,v 1.20 2006/02/16 20:17:15 perry Exp $ */ /*- * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc. @@ -235,7 +235,6 @@ void intr_add_pcibus(struct pcibus_attac const char *intr_string(int); void cpu_intr_init(struct cpu_info *); int intr_find_mpmapping(int, int, int *); -struct pic *intr_findpic(int); #ifdef INTRDEBUG void intr_printconfig(void); #endif