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, 0 insertions, 13 deletions
diff --git a/hexcurse-alloca.patch b/hexcurse-alloca.patch
deleted file mode 100644
index e12e8737fe73..000000000000
--- a/hexcurse-alloca.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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 */