aboutsummaryrefslogtreecommitdiff
path: root/networking/hostname.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/hostname.c')
-rw-r--r--networking/hostname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/hostname.c b/networking/hostname.c
index 248d8b65a..f96daed95 100644
--- a/networking/hostname.c
+++ b/networking/hostname.c
@@ -61,7 +61,7 @@ static void do_sethostname(char *s, int isfile)
61 } else if (sethostname(s, strlen(s))) { 61 } else if (sethostname(s, strlen(s))) {
62// if (errno == EPERM) 62// if (errno == EPERM)
63// bb_error_msg_and_die(bb_msg_perm_denied_are_you_root); 63// bb_error_msg_and_die(bb_msg_perm_denied_are_you_root);
64 bb_perror_msg_and_die("sethostname"); 64 bb_simple_perror_msg_and_die("sethostname");
65 } 65 }
66} 66}
67 67