mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Remove bogus malloc() decl.
This commit is contained in:
parent
c7a2b294f0
commit
308f1befca
1 changed files with 2 additions and 2 deletions
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue