diff options
Diffstat (limited to 'devel/xxgdb/files/patch-af')
-rw-r--r-- | devel/xxgdb/files/patch-af | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/devel/xxgdb/files/patch-af b/devel/xxgdb/files/patch-af index 52495e44629b..0c4491bdd747 100644 --- a/devel/xxgdb/files/patch-af +++ b/devel/xxgdb/files/patch-af @@ -1,5 +1,5 @@ ---- regex.c.orig Thu Apr 20 01:58:00 1995 -+++ regex.c Fri Nov 17 21:37:49 2000 +--- regex.c.orig Wed Apr 19 12:58:00 1995 ++++ regex.c Thu Jul 6 22:30:45 2006 @@ -114,7 +114,7 @@ * Date : July 27, 1990 */ @@ -9,3 +9,12 @@ #include <malloc.h> #endif #include <string.h> +@@ -123,7 +123,7 @@ + #include <assert.h> + + #ifdef sparc +-#include <alloca.h> ++/* #include <alloca.h> */ + #else + #pragma alloca + #endif |