summarylogtreecommitdiffstats
path: root/hexcurse-alloca.patch
diff options
context:
space:
mode:
authorKyle Keen2015-11-19 22:53:44 -0500
committerKyle Keen2015-11-19 22:53:44 -0500
commitbbc97d6065c45f28dc49717cdfa4b7ed5dc472a1 (patch)
treeb060fee5133b1d2a755f827cba4ec269df7f02f4 /hexcurse-alloca.patch
parent715c13f03970d777153e7bbe0e701983e4a3354e (diff)
downloadaur-bbc97d6065c45f28dc49717cdfa4b7ed5dc472a1.tar.gz
1.60.0 update
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 */