aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Dialog/files/patch-Dialog.xs
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Dialog/files/patch-Dialog.xs')
-rw-r--r--devel/p5-Dialog/files/patch-Dialog.xs26
1 files changed, 0 insertions, 26 deletions
diff --git a/devel/p5-Dialog/files/patch-Dialog.xs b/devel/p5-Dialog/files/patch-Dialog.xs
deleted file mode 100644
index 5adc5533e349..000000000000
--- a/devel/p5-Dialog/files/patch-Dialog.xs
+++ /dev/null
@@ -1,26 +0,0 @@
---- Dialog.xs.orig Thu Apr 5 11:38:53 2007
-+++ Dialog.xs Thu Apr 5 11:39:07 2007
-@@ -309,6 +309,7 @@
- uchar **item_list, **item_ptr, *item;
- uchar *result;
- size_t size = 0, tmpsz, len;
-+ STRLEN na;
- PPCODE:
- item_no = items - 5;
- New(0,item_list,2 * item_no,uchar*);
-@@ -341,6 +342,7 @@
- uchar **item_list, **item_ptr, *item;
- uchar *result, *strb, *stre;
- size_t size = 1, len;
-+ STRLEN na;
- PPCODE:
- item_no = items - 5;
- New(0,item_list,3 * item_no,uchar*);
-@@ -381,6 +383,7 @@
- uchar **item_list, **item_ptr, *item;
- uchar *result;
- size_t size = 0, tmpsz, len;
-+ STRLEN na;
- PPCODE:
- item_no = items - 5;
- New(0,item_list,3 * item_no,uchar*);