Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/sparc Make this compile with only SUN4 defined.



details:   https://anonhg.NetBSD.org/src/rev/37ae113222de
branches:  trunk
changeset: 544119:37ae113222de
user:      jdc <jdc%NetBSD.org@localhost>
date:      Wed Mar 12 07:51:00 2003 +0000

description:
Make this compile with only SUN4 defined.

diffstat:

 sys/arch/sparc/sparc/timer.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e1c0ca51437b -r 37ae113222de sys/arch/sparc/sparc/timer.c
--- a/sys/arch/sparc/sparc/timer.c      Wed Mar 12 06:00:36 2003 +0000
+++ b/sys/arch/sparc/sparc/timer.c      Wed Mar 12 07:51:00 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: timer.c,v 1.16 2003/01/06 12:50:45 pk Exp $ */
+/*     $NetBSD: timer.c,v 1.17 2003/03/12 07:51:00 jdc Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -143,7 +143,7 @@
 static int
 timermatch_obio(struct device *parent, struct cfdata *cf, void *aux)
 {
-#if defined(SUN4M)
+#if defined(SUN4) || defined(SUN4M) 
        union obio_attach_args *uoba = aux;
 #endif
 #if defined(SUN4)



Home | Main Index | Thread Index | Old Index