summaryrefslogtreecommitdiff
path: root/src/hostname.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-08-23 15:06:55 +0000
committerJim Meyering <jim@meyering.net>2005-08-23 15:06:55 +0000
commit61f9e01475b93d3ec722d2dd41ac70a8e883977f (patch)
treef15140eb8913c63a71b5148be7ac7faf34f3e2a3 /src/hostname.c
parent5c86145a1dd9bb2e433b757b88c58f0941738b5b (diff)
downloadcoreutils-61f9e01475b93d3ec722d2dd41ac70a8e883977f.tar.xz
Remove unnecessary parens in `#if defined (SYMBOL)' expressions.
Diffstat (limited to 'src/hostname.c')
-rw-r--r--src/hostname.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hostname.c b/src/hostname.c
index 0abe64e21..f6748a66d 100644
--- a/src/hostname.c
+++ b/src/hostname.c
@@ -37,8 +37,8 @@
int sethostname ();
#endif
-#if !defined(HAVE_SETHOSTNAME) && defined(HAVE_SYSINFO) && \
- defined (HAVE_SYS_SYSTEMINFO_H)
+#if !defined HAVE_SETHOSTNAME && defined HAVE_SYSINFO && \
+ defined HAVE_SYS_SYSTEMINFO_H
# include <sys/systeminfo.h>
int