diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:16:45 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:16:45 +0000 |
commit | 0d36ec3c7937d274f501258ddf1798b05e4f33c2 (patch) | |
tree | b35c705d3b36af5129c9a15430528661add3b428 /misc/viz/files/patch-vizgrammar.y | |
parent | Stage net-mgmt/routers2-extras and cleanup (diff) |
Rename misc/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363282
Diffstat (limited to 'misc/viz/files/patch-vizgrammar.y')
-rw-r--r-- | misc/viz/files/patch-vizgrammar.y | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/viz/files/patch-vizgrammar.y b/misc/viz/files/patch-vizgrammar.y new file mode 100644 index 000000000000..2145505ecd26 --- /dev/null +++ b/misc/viz/files/patch-vizgrammar.y @@ -0,0 +1,15 @@ +--- ./vizgrammar.y.orig Wed Sep 4 20:39:08 2002 ++++ ./vizgrammar.y Wed Sep 4 20:39:37 2002 +@@ -71,11 +71,10 @@ + #include <ctype.h> + #include "string.h" + #include <errno.h> ++#include <stdlib.h> + + #include "viz.h" + +-extern errno; +-extern char *malloc(); + extern int do_condense; + + static mathreg = 0; /* For handling multiple-term math expressions */ |