You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Grant Henke (Code Review)" <ge...@cloudera.org> on 2020/04/21 18:00:40 UTC

[kudu-CR] [mac] Fix compilation on macOS

Hello Alexey Serbin, Kudu Jenkins, Todd Lipcon, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/15771

to look at the new patch set (#2).

Change subject: [mac] Fix compilation on macOS
......................................................................

[mac] Fix compilation on macOS

Commit fbde2371 broke the build on macOS with the following error:
 `error: use of undeclared identifier 'SO_DOMAIN’`

This patch fixes the build by disabling the use of `SO_DOMAIN`
to disable `TCP_CORK` in the case of an `AF_UNIX` socket on
macOS.

Change-Id: I815421a7531136c6a7c468b1664221cfc5ea5df1
---
M src/kudu/security/tls_socket.cc
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/71/15771/2
-- 
To view, visit http://gerrit.cloudera.org:8080/15771
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I815421a7531136c6a7c468b1664221cfc5ea5df1
Gerrit-Change-Number: 15771
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>