summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-08-08 16:36:05 +0200
committerDavid Tardon <dtardon@redhat.com>2014-08-08 16:36:05 +0200
commit71505177ba80a25cb07b86cc3583c6c7181602b3 (patch)
treec6d144f68065238b6d98ff14c1247b1e978236b3 /sal
parent83dbae1da7333f4510c5bbbd10edf8f98132d026 (diff)
drop extra (
Change-Id: Ib1b6abf7a2aca80e7206d792d31f2cdd0fbe3ff8
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/socket.c b/sal/osl/unx/socket.c
index 602135ee5655..ceed56d7e92c 100644
--- a/sal/osl/unx/socket.c
+++ b/sal/osl/unx/socket.c
@@ -728,7 +728,7 @@ static struct hostent* _osl_gethostbyname_r (
const char *name, struct hostent *result,
char *buffer, int buflen, int *h_errnop)
{
-#if defined(LINUX) || defined(ANDROID) || (defined(FREEBSD) || defined(DRAGONFLY)
+#if defined(LINUX) || defined(ANDROID) || defined(FREEBSD) || defined(DRAGONFLY)
struct hostent *__result; /* will be the same as result */
int __error;
__error = gethostbyname_r (name, result, buffer, buflen,