diff options
Diffstat (limited to 'graphics/gplot/files/patch-gtex.c')
-rw-r--r-- | graphics/gplot/files/patch-gtex.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/gplot/files/patch-gtex.c b/graphics/gplot/files/patch-gtex.c deleted file mode 100644 index ee59c662b101..000000000000 --- a/graphics/gplot/files/patch-gtex.c +++ /dev/null @@ -1,16 +0,0 @@ ---- gtex.c.orig Thu Jul 18 02:22:03 1991 -+++ gtex.c Sat Jun 16 01:11:02 2007 -@@ -4,10 +4,12 @@ - #include <stdio.h> - #include <ctype.h> - #include <math.h> -+#include <stdlib.h> -+#include <string.h> - double atan(); /* not in some math.h */ - #include "defs.h" - #define version_str "4.23" --char *allocate_mem(), *realloc(); -+char *allocate_mem(); - - /* GPLOT style globals */ - static struct info_struct dev_info; |