aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2012-03-30 12:45:19 +0100
committerRon Yorston <rmy@pobox.com>2012-03-30 12:45:19 +0100
commitdb42972f3c95144f9b6b7458d0546c2fcf56ea92 (patch)
treec381f01d3532127021c413eaf47a88c8ae1d65d3
parent4319368c60244268a19f58fd6f1a0b31d3cd4853 (diff)
downloadbusybox-w32-db42972f3c95144f9b6b7458d0546c2fcf56ea92.tar.gz
busybox-w32-db42972f3c95144f9b6b7458d0546c2fcf56ea92.tar.bz2
busybox-w32-db42972f3c95144f9b6b7458d0546c2fcf56ea92.zip
Remove unnecessary conditional compilation
-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.