aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-16 04:09:25 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-16 04:09:25 +0000
commitf45c4f41b792e4b7c52eaf21b9540112887e861b (patch)
treee5f35073f61b6178d49d02821676894f32b7a32f /networking
parent57c899e4c2be4d0bddeaaca9c34ea0f484f92ad8 (diff)
downloadbusybox-w32-f45c4f41b792e4b7c52eaf21b9540112887e861b.tar.gz
busybox-w32-f45c4f41b792e4b7c52eaf21b9540112887e861b.tar.bz2
busybox-w32-f45c4f41b792e4b7c52eaf21b9540112887e861b.zip
whitespace and comment fixes, no code changes
Diffstat (limited to 'networking')
-rw-r--r--networking/arp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/arp.c b/networking/arp.c
index f85a91022..ae1bb1a2e 100644
--- a/networking/arp.c
+++ b/networking/arp.c
@@ -314,7 +314,7 @@ arp_disp(const char *name, char *ip, int type, int arp_flags,
314 char *hwa, char *mask, char *dev) 314 char *hwa, char *mask, char *dev)
315{ 315{
316 static const int arp_masks[] = { 316 static const int arp_masks[] = {
317 ATF_PERM, ATF_PUBL, 317 ATF_PERM, ATF_PUBL,
318#ifdef HAVE_ATF_MAGIC 318#ifdef HAVE_ATF_MAGIC
319 ATF_MAGIC, 319 ATF_MAGIC,
320#endif 320#endif