Fix build on -current by removing bogus duplicate declarations of things

from system headers.
This commit is contained in:
Kris Kennaway 2002-09-05 03:40:36 +00:00
parent 8616f7ffb4
commit 8b1215eb6e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65648

15
misc/viz/files/patch-ab Normal file
View File

@ -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 */