summaryrefslogtreecommitdiffstats
path: root/usr.bin/fmt
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-23 10:16:58 +0000
committerbde <bde@FreeBSD.org>1997-04-23 10:16:58 +0000
commit3f969c2fa3e99425c83504d3d3afe9cc5062f213 (patch)
tree1c491f6db2b96dae954e454f89f8dcf7eeba094b /usr.bin/fmt
parenta3b6ff71437d61f1a709992587c278833036f33b (diff)
downloadFreeBSD-src-3f969c2fa3e99425c83504d3d3afe9cc5062f213.zip
FreeBSD-src-3f969c2fa3e99425c83504d3d3afe9cc5062f213.tar.gz
Removed inconsistent declaration of malloc(). `make world' with DESTDIR
set to something other than "/" now actually works.
Diffstat (limited to 'usr.bin/fmt')
-rw-r--r--usr.bin/fmt/fmt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/fmt/fmt.c b/usr.bin/fmt/fmt.c
index fdaceba..c26fbc1 100644
--- a/usr.bin/fmt/fmt.c
+++ b/usr.bin/fmt/fmt.c
@@ -70,7 +70,6 @@ int lineno; /* Current input line */
int mark; /* Last place we saw a head line */
int center;
-char *malloc(); /* for lint . . . */
char *headnames[] = {"To", "Subject", "Cc", 0};
/*
OpenPOWER on IntegriCloud