summarylogtreecommitdiffstats
path: root/hexcurse-alloca.patch
diff options
context:
space:
mode:
Diffstat (limited to 'hexcurse-alloca.patch')
-rw-r--r--hexcurse-alloca.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/hexcurse-alloca.patch b/hexcurse-alloca.patch
new file mode 100644
index 000000000000..e12e8737fe73
--- /dev/null
+++ b/hexcurse-alloca.patch
@@ -0,0 +1,13 @@
+--- src/getopt.c 2002-03-21 17:55:54.000000000 +0100
++++ /root/getopt.c 2004-08-09 12:52:39.592951560 +0200
+@@ -36,8 +36,8 @@
+ * enables hexcurse to be compiled with SGI's proprietary compiler */
+ #ifdef _SGIAPI
+ #include <alloca.h>
+-#else
+-char *alloca ();
++//#else
++//char *alloca ();
+ #endif
+ #define __alloca alloca
+ /* end of modification */