+2001-07-23 Ezra Peisach <epeisach@mit.edu>
+
+ * setenv.c (setenv): Include stdlib.h for malloc prototypes.
+
2001-07-14 Ken Raeburn <raeburn@mit.edu>
* v4rcp.c (kstream_create_rcp_from_fd, kstream_create_from_fd):
#include <sys/types.h>
#include <stdio.h>
+#include <stdlib.h>
#ifdef NEED_SETENV
extern int setenv(char *, char *, int);
static int alloced; /* if allocated space before */
register char *C;
int l_value, offset;
- char *malloc(), *realloc();
if (*value == '=') /* no `=' in value */
++value;