summaryrefslogtreecommitdiffstats
path: root/usr.bin/paste
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-08-05 03:40:04 +0000
committerasami <asami@FreeBSD.org>1997-08-05 03:40:04 +0000
commit96aaabc3204fc43e899dcdcc403a5ca63fbc21fa (patch)
tree3e593a3a18972b315fd241c4126507712b44d90e /usr.bin/paste
parent6858b6f47c038ec2150704db3d15ba1f9a15a52a (diff)
downloadFreeBSD-src-96aaabc3204fc43e899dcdcc403a5ca63fbc21fa.zip
FreeBSD-src-96aaabc3204fc43e899dcdcc403a5ca63fbc21fa.tar.gz
Remove bogus malloc() decl.
Diffstat (limited to 'usr.bin/paste')
-rw-r--r--usr.bin/paste/paste.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/paste/paste.c b/usr.bin/paste/paste.c
index 00edfa7..11584ca 100644
--- a/usr.bin/paste/paste.c
+++ b/usr.bin/paste/paste.c
@@ -45,7 +45,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)paste.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: paste.c,v 1.3 1997/07/31 06:59:26 charnier Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -115,7 +115,7 @@ parallel(argv)
register char ch, *p;
LIST *head, *tmp;
int opencnt, output;
- char buf[_POSIX2_LINE_MAX + 1], *malloc();
+ char buf[_POSIX2_LINE_MAX + 1];
for (cnt = 0, head = NULL; (p = *argv); ++argv, ++cnt) {
if (!(lp = (LIST *)malloc((u_int)sizeof(LIST))))
OpenPOWER on IntegriCloud