aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/window
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2004-07-28 07:12:30 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2004-07-28 07:12:30 +0000
commite96993d049f5a25edccb8ca1b1531a58ee5b025e (patch)
treed754875f1f8f4f38903b20a068e4c70a78c113c9 /usr.bin/window
parente95e2344a82bc2a6afdb554babbae4c8fe66caa8 (diff)
Notes
Diffstat (limited to 'usr.bin/window')
-rw-r--r--usr.bin/window/context.c2
-rw-r--r--usr.bin/window/string.c2
-rw-r--r--usr.bin/window/tttermcap.c1
-rw-r--r--usr.bin/window/var.c2
4 files changed, 0 insertions, 7 deletions
diff --git a/usr.bin/window/context.c b/usr.bin/window/context.c
index c190ff1dd00f1..78cf892743c40 100644
--- a/usr.bin/window/context.c
+++ b/usr.bin/window/context.c
@@ -49,8 +49,6 @@ static char rcsid[] =
* Context push/pop for nested command files.
*/
-char *malloc();
-
cx_alloc()
{
register struct context *xp;
diff --git a/usr.bin/window/string.c b/usr.bin/window/string.c
index 949222e18e81d..57b5fa101b8ae 100644
--- a/usr.bin/window/string.c
+++ b/usr.bin/window/string.c
@@ -43,8 +43,6 @@ static char rcsid[] =
#include <string.h> /* System string definitions. */
#include "mystring.h" /* Local string definitions. */
-char *malloc();
-
char *
str_cpy(s)
register char *s;
diff --git a/usr.bin/window/tttermcap.c b/usr.bin/window/tttermcap.c
index 5f115a0bcfc86..5cc82e641ff73 100644
--- a/usr.bin/window/tttermcap.c
+++ b/usr.bin/window/tttermcap.c
@@ -44,7 +44,6 @@ static char rcsid[] =
char *tgetstr();
char *tgoto();
-char *malloc();
tttputc(c)
{
diff --git a/usr.bin/window/var.c b/usr.bin/window/var.c
index f186460b798ee..8ef317591ac7d 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;