aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbb/safe_gethostname.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libbb/safe_gethostname.c b/libbb/safe_gethostname.c
index 580baafab..16c966e58 100644
--- a/libbb/safe_gethostname.c
+++ b/libbb/safe_gethostname.c
@@ -25,9 +25,7 @@
25 */ 25 */
26 26
27#include "libbb.h" 27#include "libbb.h"
28#if !ENABLE_PLATFORM_MINGW32
29#include <sys/utsname.h> 28#include <sys/utsname.h>
30#endif
31 29
32/* 30/*
33 * On success return the current malloced and NUL terminated hostname. 31 * On success return the current malloced and NUL terminated hostname.