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/isa/opl_isa.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/isa/opl_isa.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.10 retrieving revision 1.10.4.1 diff -u -p -r1.10 -r1.10.4.1 --- src/sys/dev/isa/opl_isa.c 2004/09/14 20:20:49 1.10 +++ src/sys/dev/isa/opl_isa.c 2005/04/29 11:28:55 1.10.4.1 @@ -1,4 +1,4 @@ -/* $NetBSD: opl_isa.c,v 1.10 2004/09/14 20:20:49 drochner Exp $ */ +/* $NetBSD: opl_isa.c,v 1.10.4.1 2005/04/29 11:28:55 kent Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: opl_isa.c,v 1.10 2004/09/14 20:20:49 drochner Exp $"); +__KERNEL_RCSID(0, "$NetBSD: opl_isa.c,v 1.10.4.1 2005/04/29 11:28:55 kent Exp $"); #include #include @@ -63,8 +63,8 @@ __KERNEL_RCSID(0, "$NetBSD: opl_isa.c,v #define OPL_SIZE 4 -int opl_isa_match __P((struct device *, struct cfdata *, void *)); -void opl_isa_attach __P((struct device *, struct device *, void *)); +int opl_isa_match(struct device *, struct cfdata *, void *); +void opl_isa_attach(struct device *, struct device *, void *); CFATTACH_DECL(opl_isa, sizeof(struct opl_softc), opl_isa_match, opl_isa_attach, NULL, NULL);