forked from Imagelibrary/rtems
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user