Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/vme fix a botched function header,



details:   https://anonhg.NetBSD.org/src/rev/e318f2299164
branches:  trunk
changeset: 569980:e318f2299164
user:      drochner <drochner%NetBSD.org@localhost>
date:      Wed Sep 15 09:01:53 2004 +0000

description:
fix a botched function header,
should fix build problem reported by Tom Javen

diffstat:

 sys/dev/vme/vme.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f58617f36e7e -r e318f2299164 sys/dev/vme/vme.c
--- a/sys/dev/vme/vme.c Wed Sep 15 08:44:02 2004 +0000
+++ b/sys/dev/vme/vme.c Wed Sep 15 09:01:53 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vme.c,v 1.13 2004/09/13 12:55:49 drochner Exp $ */
+/* $NetBSD: vme.c,v 1.14 2004/09/15 09:01:53 drochner Exp $ */
 
 /*
  * Copyright (c) 1999
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vme.c,v 1.13 2004/09/13 12:55:49 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vme.c,v 1.14 2004/09/15 09:01:53 drochner Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -148,7 +148,7 @@
 }
 
 static int
-vmesubmatch(bus, dev, aux)
+vmesubmatch(bus, dev, ldesc, aux)
        struct device *bus;
        struct cfdata *dev;
        const locdesc_t *ldesc;



Home | Main Index | Thread Index | Old Index