summaryrefslogtreecommitdiff
path: root/graphics/dx/patches/patch-ad
blob: 9571c9da550815d5f7c4dae84cacfb915936e711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.3 2004/04/20 22:11:48 drochner Exp $

--- include/dx/arch.h.orig	2003-07-12 00:12:02.000000000 +0000
+++ include/dx/arch.h	2004-04-20 19:22:51.000000000 +0000
@@ -180,7 +180,7 @@
 /* 
  * FreeBSD (and probably NetBSD and OpenBSD)
  */
-#if defined(freebsd)
+#if defined(freebsd) || defined(__NetBSD__)
 
 #undef F_CHAR_READY
 #define F_CHAR_READY(fp) ((fp)->_r > 0 || (fp)->_ub._base)