aboutsummaryrefslogtreecommitdiff
path: root/networking/arping.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/arping.c')
-rw-r--r--networking/arping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/arping.c b/networking/arping.c
index c63ec91af..f84c8a75c 100644
--- a/networking/arping.c
+++ b/networking/arping.c
@@ -295,7 +295,7 @@ int arping_main(int argc, char **argv)
295 295
296 target = *argv; 296 target = *argv;
297 297
298 bb_default_error_retval = 2; 298 xfunc_error_retval = 2;
299 299
300 { 300 {
301 struct ifreq ifr; 301 struct ifreq ifr;