Module Name:    src
Committed By:   skrll
Date:           Mon May  8 08:26:11 UTC 2023

Modified Files:
        src/sys/arch/amiga/amiga: conf.c

Log Message:
Ugly hack to fix the builds.


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sys/arch/amiga/amiga/conf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amiga/amiga/conf.c
diff -u src/sys/arch/amiga/amiga/conf.c:1.75 src/sys/arch/amiga/amiga/conf.c:1.76
--- src/sys/arch/amiga/amiga/conf.c:1.75	Wed May  3 13:49:30 2023
+++ src/sys/arch/amiga/amiga/conf.c	Mon May  8 08:26:11 2023
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: conf.c,v 1.7
 #include "grf.h"
 #include "amidisplaycc.h"
 #include "mntva.h"
+#ifndef __powerpc__
 #include "zz9k_fb.h"
+#endif
 #include "wsdisplay.h"
 
 /*

Reply via email to