Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/amiga Ugly hack to fix the builds.



details:   https://anonhg.NetBSD.org/src/rev/f3e88a56b1d0
branches:  trunk
changeset: 374618:f3e88a56b1d0
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon May 08 08:26:11 2023 +0000

description:
Ugly hack to fix the builds.

diffstat:

 sys/arch/amiga/amiga/conf.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r c2b77ef29bb3 -r f3e88a56b1d0 sys/arch/amiga/amiga/conf.c
--- a/sys/arch/amiga/amiga/conf.c       Mon May 08 08:07:36 2023 +0000
+++ b/sys/arch/amiga/amiga/conf.c       Mon May 08 08:26:11 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.75 2023/05/03 13:49:30 phx Exp $    */
+/*     $NetBSD: conf.c,v 1.76 2023/05/08 08:26:11 skrll Exp $  */
 
 /*-
  * Copyright (c) 1991 The Regents of the University of California.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: conf.c,v 1.75 2023/05/03 13:49:30 phx Exp $");
+__KERNEL_RCSID(0, "$NetBSD: conf.c,v 1.76 2023/05/08 08:26:11 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/conf.h>
@@ -44,7 +44,9 @@
 #include "grf.h"
 #include "amidisplaycc.h"
 #include "mntva.h"
+#ifndef __powerpc__
 #include "zz9k_fb.h"
+#endif
 #include "wsdisplay.h"
 
 /*



Home | Main Index | Thread Index | Old Index