diff options
author | kris <kris@FreeBSD.org> | 2002-09-05 11:40:36 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-05 11:40:36 +0800 |
commit | c390fcabe153da6e77a970158e46b8acd852f1e2 (patch) | |
tree | d26edb24c77a035177ceaf56a72575673dbe607c /misc | |
parent | 0b0fc2eabe5c8103a4801a269271280dc204a3ec (diff) | |
download | freebsd-ports-gnome-c390fcabe153da6e77a970158e46b8acd852f1e2.tar.gz freebsd-ports-gnome-c390fcabe153da6e77a970158e46b8acd852f1e2.tar.zst freebsd-ports-gnome-c390fcabe153da6e77a970158e46b8acd852f1e2.zip |
Fix build on -current by removing bogus duplicate declarations of things
from system headers.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/viz/files/patch-ab | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/viz/files/patch-ab b/misc/viz/files/patch-ab new file mode 100644 index 000000000000..2145505ecd26 --- /dev/null +++ b/misc/viz/files/patch-ab @@ -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 */ |