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/dev/pci/pci_subr.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/pci/pci_subr.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.71.8.2 retrieving revision 1.72 diff -u -p -r1.71.8.2 -r1.72 --- src/sys/dev/pci/pci_subr.c 2007/10/23 20:09:13 1.71.8.2 +++ src/sys/dev/pci/pci_subr.c 2007/10/07 23:00:47 1.72 @@ -1,4 +1,4 @@ -/* $NetBSD: pci_subr.c,v 1.71.8.2 2007/10/23 20:09:13 ad Exp $ */ +/* $NetBSD: pci_subr.c,v 1.72 2007/10/07 23:00:47 joerg Exp $ */ /* * Copyright (c) 1997 Zubin D. Dittia. All rights reserved. @@ -40,7 +40,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: pci_subr.c,v 1.71.8.2 2007/10/23 20:09:13 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pci_subr.c,v 1.72 2007/10/07 23:00:47 joerg Exp $"); #ifdef _KERNEL_OPT #include "opt_pci.h" @@ -50,7 +50,7 @@ __KERNEL_RCSID(0, "$NetBSD: pci_subr.c,v #ifdef _KERNEL #include -#include +#include #else #include #include