Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/dreamcast/dev/g2 ../../../../arch/dreamcast/dev/g2/...
details: https://anonhg.NetBSD.org/src/rev/43f22dd943fd
branches: trunk
changeset: 537521:43f22dd943fd
user: itohy <itohy%NetBSD.org@localhost>
date: Wed Oct 02 09:49:38 2002 +0000
description:
../../../../arch/dreamcast/dev/g2/gapspci.c:62: macro `CFATTACH_DECL' used with only 5 args
diffstat:
sys/arch/dreamcast/dev/g2/gapspci.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 644c59c9f0ed -r 43f22dd943fd sys/arch/dreamcast/dev/g2/gapspci.c
--- a/sys/arch/dreamcast/dev/g2/gapspci.c Wed Oct 02 08:58:01 2002 +0000
+++ b/sys/arch/dreamcast/dev/g2/gapspci.c Wed Oct 02 09:49:38 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gapspci.c,v 1.6 2002/10/01 03:04:43 thorpej Exp $ */
+/* $NetBSD: gapspci.c,v 1.7 2002/10/02 09:49:38 itohy Exp $ */
/*-
* Copyright (c) 2001 Marcus Comstedt
@@ -59,7 +59,7 @@
int gaps_print(void *, const char *);
CFATTACH_DECL(gapspci, sizeof(struct gaps_softc),
- gaps_match, gaps_attach, NULL)
+ gaps_match, gaps_attach, NULL, NULL)
int
gaps_match(struct device *parent, struct cfdata *match, void *aux)
Home |
Main Index |
Thread Index |
Old Index