summaryrefslogtreecommitdiff
path: root/games/tenebrae/files/patch-sys_uxfindfirst.c
blob: 0241db267614fc7b8442a2a762268c3ccc7c34f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./sys_uxfindfirst.c.orig	Sat Jun 10 12:08:13 2006
+++ ./sys_uxfindfirst.c	Sat Jun 10 12:08:13 2006
@@ -36,7 +36,7 @@
 #include "quakedef.h"
 #include <errno.h>
 
-#if !defined(__GLIBC__)
+#if !defined(__GLIBC__) && !defined(__FreeBSD__)
 
 #include <dirent.h>
 #include <fnmatch.h>