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/jgraph/files/patch-token.c | |
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/jgraph/files/patch-token.c')
-rw-r--r-- | graphics/jgraph/files/patch-token.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/jgraph/files/patch-token.c b/graphics/jgraph/files/patch-token.c new file mode 100644 index 000000000000..7068010b069c --- /dev/null +++ b/graphics/jgraph/files/patch-token.c @@ -0,0 +1,10 @@ +--- token.c.orig Fri Mar 19 17:50:19 1999 ++++ token.c Fri Mar 19 18:09:54 1999 +@@ -6,6 +6,7 @@ + */ + + #include <math.h> ++#include <stdlib.h> + #include <stdio.h> + + #ifdef LCC |