summaryrefslogtreecommitdiff
path: root/math/octave-devel/files/patch-glob.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-devel/files/patch-glob.h')
-rw-r--r--math/octave-devel/files/patch-glob.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/math/octave-devel/files/patch-glob.h b/math/octave-devel/files/patch-glob.h
deleted file mode 100644
index a5946bc37fc7..000000000000
--- a/math/octave-devel/files/patch-glob.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- glob/glob.h.orig Sun Nov 10 15:32:00 2002
-+++ glob/glob.h Sun Nov 10 15:32:49 2002
-@@ -48,7 +48,11 @@
- /* We need `size_t' for the following definitions. */
- #ifndef __size_t
- # if defined __GNUC__ && __GNUC__ >= 2
-+#if (__FreeBSD__ <= 4)
- typedef __SIZE_TYPE__ __size_t;
-+#else
-+#include <sys/types.h>
-+#endif
- # else
- /* This is a guess. */
- /*hb