summaryrefslogtreecommitdiffstats
path: root/games/tenebrae/files/patch-sys__uxfindfirst.c
blob: 47f1d7e655bcaef22fbcb48f66195891b51eca73 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- sys_uxfindfirst.c.orig	Sun Mar 14 15:00:09 2004
+++ sys_uxfindfirst.c	Sun Mar 14 15:06:52 2004
@@ -36,7 +36,7 @@
 #include "quakedef.h"
 #include <errno.h>
 
-#if !defined(__GLIBC__)
+#if !defined(__GLIBC__) && !defined(__FreeBSD__)
 
 #include <dirent.h>
 #include <fnmatch.h>
OpenPOWER on IntegriCloud