From 5605990592e663fa5a0c572f2e1441d2731892a2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 8 Dec 2011 05:09:04 +0000 Subject: =?UTF-8?q?2011-12-08=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libnetworking/rtems/rtems_dhcp.c: Make format_ip, dhcp_init static. * libnetworking/nfs/bootp_subr.c: Make bootp_strdup_realloc static. --- cpukit/libnetworking/nfs/bootp_subr.c | 2 +- 1 file changed, 1 insertion(+), 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 e976227d4d..4021bc6b9d 100644 --- a/cpukit/libnetworking/nfs/bootp_subr.c +++ b/cpukit/libnetworking/nfs/bootp_subr.c @@ -271,7 +271,7 @@ bootpboot_p_iflist(void) * - allocate or reallocate dst, so that string fits in * - copy string from src to dest */ -void *bootp_strdup_realloc(char *dst,const char *src) +static void *bootp_strdup_realloc(char *dst,const char *src) { size_t len; -- cgit v1.2.3