aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-08-06 14:03:27 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-08-06 14:03:27 +0200
commitfbecca1bed1b6daf10341304af2156baabc7af57 (patch)
tree8ede3ecea0ce8de7c033b093954c049b1ba7a0c0 /networking
parent9a58cc0f7fbdf967c159588e0de5f3a8dfd87db5 (diff)
downloadbusybox-w32-fbecca1bed1b6daf10341304af2156baabc7af57.tar.gz
busybox-w32-fbecca1bed1b6daf10341304af2156baabc7af57.tar.bz2
busybox-w32-fbecca1bed1b6daf10341304af2156baabc7af57.zip
Tweak outdated documentation and comments
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r--networking/arping.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/arping.c b/networking/arping.c
index 71672957e..3fd54a287 100644
--- a/networking/arping.c
+++ b/networking/arping.c
@@ -295,8 +295,8 @@ int arping_main(int argc UNUSED_PARAM, char **argv)
295 295
296 sock_fd = xsocket(AF_PACKET, SOCK_DGRAM, 0); 296 sock_fd = xsocket(AF_PACKET, SOCK_DGRAM, 0);
297 297
298 // Drop suid root privileges 298 // If you ever change BB_SUID_DROP to BB_SUID_REQUIRE,
299 // Need to remove SUID_NEVER from applets.h for this to work 299 // drop suid root privileges here:
300 //xsetuid(getuid()); 300 //xsetuid(getuid());
301 301
302 { 302 {