aboutsummaryrefslogtreecommitdiff
path: root/libbb/safe_gethostname.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/safe_gethostname.c')
-rw-r--r--libbb/safe_gethostname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/safe_gethostname.c b/libbb/safe_gethostname.c
index 1290f4ca7..3b24edba5 100644
--- a/libbb/safe_gethostname.c
+++ b/libbb/safe_gethostname.c
@@ -45,7 +45,7 @@ char *safe_gethostname(void)
45 * name and an 8-byte nodename), but this is true on Linux. The same holds 45 * name and an 8-byte nodename), but this is true on Linux. The same holds
46 * for setdomainname(2) and the domainname field. 46 * for setdomainname(2) and the domainname field.
47 */ 47 */
48 48
49 /* Uname can fail only if you pass a bad pointer to it. */ 49 /* Uname can fail only if you pass a bad pointer to it. */
50 uname(&uts); 50 uname(&uts);
51 51