summaryrefslogtreecommitdiff
path: root/graphics/gmplayer/patches/patch-ab
blob: 214d116cf8b1af715a0246c9ca9bfc8c4c5218d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
$NetBSD: patch-ab,v 1.3 2002/05/03 17:54:18 fredb Exp $

--- libdha/mtrr.c.orig	Sun Apr 28 00:42:24 2002
+++ libdha/mtrr.c
@@ -13,9 +13,12 @@
 #include "AsmMacros.h"
 
 #if defined (__i386__) && defined (__NetBSD__)
+#include <sys/param.h>
+#if __NetBSD_Version__ > 105240000
 #include <stdint.h>
-#include <stdlib.h>
 #include <machine/mtrr.h>
+#endif
+#include <stdlib.h>
 #include <machine/sysarch.h>
 #endif
 
@@ -46,7 +49,7 @@
 	return wr_len == strlen(sout) ? 0 : EPERM;
     }
     return ENOSYS;
-#elif defined (__NetBSD__)
+#elif defined (__NetBSD__) && (__NetBSD_Version__ > 105240000)
     struct mtrr *mtrrp;
     int n;