diff options
Diffstat (limited to 'graphics/gplot/files/patch-drawcgm__cgm_clip.c')
-rw-r--r-- | graphics/gplot/files/patch-drawcgm__cgm_clip.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/gplot/files/patch-drawcgm__cgm_clip.c b/graphics/gplot/files/patch-drawcgm__cgm_clip.c deleted file mode 100644 index 0d663c32de6b..000000000000 --- a/graphics/gplot/files/patch-drawcgm__cgm_clip.c +++ /dev/null @@ -1,20 +0,0 @@ ---- drawcgm/cgm_clip.c.orig Fri Mar 20 03:28:47 1992 -+++ drawcgm/cgm_clip.c Sat Jun 16 02:08:24 2007 -@@ -13,6 +13,8 @@ - #endif - #if (!VMS) - #include <stdio.h> -+#include <stdlib.h> -+#include <string.h> - #endif - - #include "cgm_clip.h" -@@ -85,8 +87,6 @@ - successful. - */ - { -- char *malloc(); -- - if (nx>ixbuf_sz) - { - if (debug) fprintf(stderr, |