projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c80191c
)
arp: without -H <type>, assume "ether". closes 4564
author
Denis Vlasenko
<vda.linux@googlemail.com>
Fri, 15 Aug 2008 20:14:23 +0000
(20:14 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Fri, 15 Aug 2008 20:14:23 +0000
(20:14 -0000)
networking/arp.c
patch
|
blob
|
history
diff --git
a/networking/arp.c
b/networking/arp.c
index 620f7c00fd03d5894cfb7a4d8b4f85876f32bc13..e2c5bbb7f6189767a6613cb9510731b400c99c51 100644
(file)
--- a/
networking/arp.c
+++ b/
networking/arp.c
@@
-443,8
+443,8
@@
static int arp_show(char *name)
int arp_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
int arp_main(int argc UNUSED_PARAM, char **argv)
{
- c
har *hw_type
;
- char *protocol;
+ c
onst char *hw_type = "ether"
;
+ c
onst c
har *protocol;
/* Initialize variables... */
ap = get_aftype(DFLT_AF);