diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:54:33 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:54:33 +0000 |
commit | 60b37dbedcfe6e22fe9a61ee8432ae7bd2780483 (patch) | |
tree | 42c5d548da07f10a85c92da3191700e6f34e6829 /graphics/gplot/files/patch-ab | |
parent | security/arirang: Mark broken with Ruby 2.0 or newer (diff) |
Rename german/ and graphics/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363261
Diffstat (limited to 'graphics/gplot/files/patch-ab')
-rw-r--r-- | graphics/gplot/files/patch-ab | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/graphics/gplot/files/patch-ab b/graphics/gplot/files/patch-ab deleted file mode 100644 index 9c8831b96744..000000000000 --- a/graphics/gplot/files/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ ---- utils.c.orig Wed Oct 30 00:48:16 1991 -+++ utils.c Sat Jun 16 02:10:19 2007 -@@ -4,6 +4,7 @@ - #include <stdio.h> - #include <math.h> - #include <ctype.h> -+#include <string.h> - #include "defs.h" - /* some include files vary in location */ - #ifdef VAXC -@@ -300,9 +301,8 @@ - struct info_struct *out_info; - struct one_opt *opt; /* put command line options here */ - #define may_override(name) if (opt[(int) name].set) switch (opt[(int) name].tag) { \ -- case integer: out_info->name = opt[(int) name].val.i; break; \ -- case real: out_info->name = opt[(int) name].val.r; break; \ -- case lst: case str: strcpy(out_info->name, opt[(int) name].val.str); break;} -+ case integer: out_info->name = opt[(int) name].val.i; break; \ -+ case real: out_info->name = opt[(int) name].val.r; break; } - { - /* and now overide the device if the command line wants us to */ - may_override(pxl_in); |