Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcsh/dev/hd64465 make this compile again.



details:   https://anonhg.NetBSD.org/src/rev/c469d2c243f7
branches:  trunk
changeset: 538495:c469d2c243f7
user:      uch <uch%NetBSD.org@localhost>
date:      Mon Oct 21 17:07:36 2002 +0000

description:
make this compile again.

diffstat:

 sys/arch/hpcsh/dev/hd64465/hd64465.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1b1587fc22b5 -r c469d2c243f7 sys/arch/hpcsh/dev/hd64465/hd64465.c
--- a/sys/arch/hpcsh/dev/hd64465/hd64465.c      Mon Oct 21 16:18:34 2002 +0000
+++ b/sys/arch/hpcsh/dev/hd64465/hd64465.c      Mon Oct 21 17:07:36 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hd64465.c,v 1.7 2002/10/02 15:45:21 thorpej Exp $      */
+/*     $NetBSD: hd64465.c,v 1.8 2002/10/21 17:07:36 uch Exp $  */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -77,7 +77,7 @@
 #endif
 
 CFATTACH_DECL(hd64465if, sizeof(struct device),
-    hd64465_match, hd64465_attach);
+    hd64465_match, hd64465_attach, NULL, NULL);
 
 int
 hd64465_match(struct device *parent, struct cfdata *cf, void *aux)



Home | Main Index | Thread Index | Old Index