diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-06-08 07:59:34 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-06-08 07:59:34 +0000 |
commit | df10201fa5bedb67a6f18823f0f3fc999d9e4990 (patch) | |
tree | 0d46236e2ee997414cb320b3f07943af89e19c4e /math/octave/files | |
parent | Add pear-Mail 1.0.2, pEAR class that provides multiple interfaces (diff) |
work for both -stable and -current
PR: 48322
Submitted by: Chris BeHanna <chris@pennasoft.com>
Diffstat (limited to 'math/octave/files')
-rw-r--r-- | math/octave/files/patch-glob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave/files/patch-glob.h b/math/octave/files/patch-glob.h index c622411bdb47..a5946bc37fc7 100644 --- a/math/octave/files/patch-glob.h +++ b/math/octave/files/patch-glob.h @@ -4,7 +4,7 @@ /* We need `size_t' for the following definitions. */ #ifndef __size_t # if defined __GNUC__ && __GNUC__ >= 2 -+#ifndef __FreeBSD__ ++#if (__FreeBSD__ <= 4) typedef __SIZE_TYPE__ __size_t; +#else +#include <sys/types.h> |