2008-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>

* libnetworking/lib/ftpfs.c, libnetworking/libc/inet_ntoa.c,
	libnetworking/libc/rcmd.c, libnetworking/nfs/bootp_subr.c,
	libnetworking/rtems/rtems_glue.c,
	libnetworking/rtems/rtems_malloc_mbuf.c,
	libnetworking/rtems/rtems_showicmpstat.c, libnetworking/sys/malloc.h:
	Fix some warnings.
This commit is contained in:
Joel Sherrill
2008-08-18 21:42:41 +00:00
parent 73d53444ef
commit 02aaec7647
9 changed files with 38 additions and 10 deletions

View File

@@ -268,7 +268,6 @@ void bootpboot_p_iflist(void)
void *bootp_strdup_realloc(char *dst,const char *src)
{
size_t len;
void *realloc(void * __r, size_t __size);
if (dst == NULL) {
/* first allocation, simply use strdup */