Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ofisa make this compile:



details:   https://anonhg.NetBSD.org/src/rev/11847c4e8f53
branches:  trunk
changeset: 521707:11847c4e8f53
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Feb 03 23:17:58 2002 +0000

description:
make this compile:
include dev/ic/joyvar.h instead of the now non-existant arm32/isa/joyvar.h

diffstat:

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

diffs (27 lines):

diff -r f5c0847ddbf4 -r 11847c4e8f53 sys/dev/ofisa/joy_ofisa.c
--- a/sys/dev/ofisa/joy_ofisa.c Sun Feb 03 22:44:21 2002 +0000
+++ b/sys/dev/ofisa/joy_ofisa.c Sun Feb 03 23:17:58 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: joy_ofisa.c,v 1.2 2001/11/13 07:29:45 lukem Exp $      */
+/*     $NetBSD: joy_ofisa.c,v 1.3 2002/02/03 23:17:58 pooka Exp $      */
 
 /*-
  * Copyright (c) 1996, 1998 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: joy_ofisa.c,v 1.2 2001/11/13 07:29:45 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: joy_ofisa.c,v 1.3 2002/02/03 23:17:58 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -50,7 +50,7 @@
 #include <dev/isa/isavar.h>
 #include <dev/ofisa/ofisavar.h>
 
-#include <arm32/isa/joyvar.h>
+#include <dev/ic/joyvar.h>
 
 #define        JOY_NPORTS      1       /* XXX should be in a header file */
 



Home | Main Index | Thread Index | Old Index