summaryrefslogtreecommitdiff
path: root/www/cadaver/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'www/cadaver/files/patch-aa')
-rw-r--r--www/cadaver/files/patch-aa11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/cadaver/files/patch-aa b/www/cadaver/files/patch-aa
index a7687a337c33..e69de29bb2d1 100644
--- a/www/cadaver/files/patch-aa
+++ b/www/cadaver/files/patch-aa
@@ -1,11 +0,0 @@
---- 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