summaryrefslogtreecommitdiff
path: root/graphics/gplot/files/patch-carray.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gplot/files/patch-carray.c')
-rw-r--r--graphics/gplot/files/patch-carray.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/gplot/files/patch-carray.c b/graphics/gplot/files/patch-carray.c
deleted file mode 100644
index 5296b688958d..000000000000
--- a/graphics/gplot/files/patch-carray.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- carray.c.orig Fri Sep 13 02:57:13 1991
-+++ carray.c Sat Jun 16 02:27:51 2007
-@@ -3,6 +3,11 @@
- /* all rights reserved */
- #include "defs.h"
- #include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
-+
-+static do_line();
-+
- /* a few globals */
- #define byte_size 8
- unsigned char *allocate_mem(); /* in utils.c */