summaryrefslogtreecommitdiff
path: root/www/cadaver/files/patch-aa
blob: a7687a337c33616b65a5f0d4958dbd8c25d3b0af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/glob.h.orig	Sun Oct 20 14:19:39 2002
+++ lib/glob.h	Sun Oct 20 14:19:56 2002
@@ -47,7 +47,7 @@
 #endif /* C++ or ANSI C.  */
 
 /* We need `size_t' for the following definitions.  */
-#ifndef __size_t
+#if !defined(__size_t) && !defined(__FreeBSD__)
 # if defined __GNUC__ && __GNUC__ >= 2
 typedef __SIZE_TYPE__ __size_t;
 # else