From 02aaec7647607e96532b93083557412daca02285 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 18 Aug 2008 21:42:41 +0000 Subject: 2008-08-18 Joel Sherrill * 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. --- cpukit/libnetworking/nfs/bootp_subr.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/libnetworking/nfs/bootp_subr.c') diff --git a/cpukit/libnetworking/nfs/bootp_subr.c b/cpukit/libnetworking/nfs/bootp_subr.c index a6bbe67a68..66ff4ef564 100644 --- a/cpukit/libnetworking/nfs/bootp_subr.c +++ b/cpukit/libnetworking/nfs/bootp_subr.c @@ -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 */ -- cgit v1.2.3