sal/osl/unx/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 71505177ba80a25cb07b86cc3583c6c7181602b3 Author: David Tardon <dtar...@redhat.com> Date: Fri Aug 8 16:36:05 2014 +0200 drop extra ( Change-Id: Ib1b6abf7a2aca80e7206d792d31f2cdd0fbe3ff8 diff --git a/sal/osl/unx/socket.c b/sal/osl/unx/socket.c index 602135e..ceed56d 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, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits