summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/nfs/bootp_subr.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-08 05:09:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-08 05:09:04 +0000
commit5605990592e663fa5a0c572f2e1441d2731892a2 (patch)
treea87c1bb6cb465aaa9792630b6e71b1f57105345d /cpukit/libnetworking/nfs/bootp_subr.c
parent2011-12-07 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-5605990592e663fa5a0c572f2e1441d2731892a2.tar.bz2
2011-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/rtems/rtems_dhcp.c: Make format_ip, dhcp_init static. * libnetworking/nfs/bootp_subr.c: Make bootp_strdup_realloc static.
Diffstat (limited to '')
-rw-r--r--cpukit/libnetworking/nfs/bootp_subr.c2
1 files changed, 1 insertions, 1 deletions
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;