From 7e96d571992f19d6d0acc0424dc1f1c777da6fdb Mon Sep 17 00:00:00 2001 From: uch Date: Mon, 21 Oct 2002 17:07:36 +0000 Subject: [PATCH] make this compile again. --- sys/arch/hpcsh/dev/hd64465/hd64465.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/hpcsh/dev/hd64465/hd64465.c b/sys/arch/hpcsh/dev/hd64465/hd64465.c index 84f22fab5868..3f6ccd4331fe 100644 --- a/sys/arch/hpcsh/dev/hd64465/hd64465.c +++ b/sys/arch/hpcsh/dev/hd64465/hd64465.c @@ -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 @@ STATIC void hd64465_info(void); #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)