aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/arp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/arp.c b/networking/arp.c
index 620f7c00f..e2c5bbb7f 100644
--- a/networking/arp.c
+++ b/networking/arp.c
@@ -443,8 +443,8 @@ static int arp_show(char *name)
443int arp_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; 443int arp_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
444int arp_main(int argc UNUSED_PARAM, char **argv) 444int arp_main(int argc UNUSED_PARAM, char **argv)
445{ 445{
446 char *hw_type; 446 const char *hw_type = "ether";
447 char *protocol; 447 const char *protocol;
448 448
449 /* Initialize variables... */ 449 /* Initialize variables... */
450 ap = get_aftype(DFLT_AF); 450 ap = get_aftype(DFLT_AF);