13 lines
409 B
Text
13 lines
409 B
Text
$NetBSD: patch-ah,v 1.6 2008/07/05 23:44:09 bsadewitz Exp $
|
|
|
|
--- hw/xfree86/os-support/bus/xf86Sbus.h.orig 2008-06-06 06:03:10.000000000 -0400
|
|
+++ hw/xfree86/os-support/bus/xf86Sbus.h
|
|
@@ -38,6 +38,8 @@
|
|
#include <sys/openpromio.h>
|
|
#elif defined(__OpenBSD__) && defined(__sparc64__)
|
|
/* XXX */
|
|
+#elif defined(__NetBSD__)
|
|
+/* XXX */
|
|
#elif defined(CSRG_BASED)
|
|
#if defined(__FreeBSD__)
|
|
#include <sys/types.h>
|