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/Attic/if_le_pci.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/pci/Attic/if_le_pci.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.43 retrieving revision 1.43.22.2 diff -u -p -r1.43 -r1.43.22.2 --- src/sys/dev/pci/Attic/if_le_pci.c 2005/12/11 12:22:49 1.43 +++ src/sys/dev/pci/Attic/if_le_pci.c 2006/12/10 07:17:44 1.43.22.2 @@ -1,4 +1,4 @@ -/* $NetBSD: if_le_pci.c,v 1.43 2005/12/11 12:22:49 christos Exp $ */ +/* $NetBSD: if_le_pci.c,v 1.43.22.2 2006/12/10 07:17:44 yamt Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -72,7 +72,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_le_pci.c,v 1.43 2005/12/11 12:22:49 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_le_pci.c,v 1.43.22.2 2006/12/10 07:17:44 yamt Exp $"); #include #include @@ -213,7 +213,8 @@ le_pci_mediachange(struct lance_softc *s } static int -le_pci_match(struct device *parent, struct cfdata *match, void *aux) +le_pci_match(struct device *parent, struct cfdata *match, + void *aux) { struct pci_attach_args *pa = aux;