summaryrefslogtreecommitdiffstats
path: root/usr.bin/window/var.c
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2004-07-28 07:12:30 +0000
committerkan <kan@FreeBSD.org>2004-07-28 07:12:30 +0000
commite0af363c57aa76f8ffb8ee8995d1e321028772e0 (patch)
treed754875f1f8f4f38903b20a068e4c70a78c113c9 /usr.bin/window/var.c
parentaa7daeefe51f3af3bd743cfaa8337eb517b1ef67 (diff)
downloadFreeBSD-src-e0af363c57aa76f8ffb8ee8995d1e321028772e0.zip
FreeBSD-src-e0af363c57aa76f8ffb8ee8995d1e321028772e0.tar.gz
Remove local malloc prototypes, which are incorrect and conflict with
both GCC builtin and system declared ones.
Diffstat (limited to 'usr.bin/window/var.c')
-rw-r--r--usr.bin/window/var.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/window/var.c b/usr.bin/window/var.c
index f186460..8ef3175 100644
--- a/usr.bin/window/var.c
+++ b/usr.bin/window/var.c
@@ -44,8 +44,6 @@ static char rcsid[] =
#include "var.h"
#include "mystring.h"
-char *malloc();
-
struct var *
var_set1(head, name, v)
struct var **head;
OpenPOWER on IntegriCloud