summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_dhcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/rtems/rtems_dhcp.c')
-rw-r--r--cpukit/libnetworking/rtems/rtems_dhcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_dhcp.c b/cpukit/libnetworking/rtems/rtems_dhcp.c
index 0ee250b603..e01846e72e 100644
--- a/cpukit/libnetworking/rtems/rtems_dhcp.c
+++ b/cpukit/libnetworking/rtems/rtems_dhcp.c
@@ -209,7 +209,7 @@ static const char dhcp_request_parameters[5] = { DHCP_SUBNET,
/*
* Format an IP address in dotted decimal.
*/
-void
+static void
format_ip (unsigned long ip, char* buffer)
{
sprintf (buffer,
@@ -842,7 +842,7 @@ dhcp_interface_has_ip (struct ifreq *ireq, struct socket *so, struct proc *procp
* 0: ok
* < 0: failed to startup or configure interface
*/
-int
+static int
dhcp_init (int update_files)
{
struct dhcp_packet call;