carltone created HADOOP-10194: --------------------------------- Summary: CLONE - setnetgrent in native code is not portable Key: HADOOP-10194 URL: https://issues.apache.org/jira/browse/HADOOP-10194 Project: Hadoop Common Issue Type: Bug Components: native Affects Versions: 0.22.0, 0.23.0 Reporter: carltone Attachments: HADOOP-7147.patch, hadoop-7147.patch
HADOOP-6864 uses the setnetgrent function in a way which is not compatible with BSD APIs, where the call returns void rather than int. This prevents the native libs from building on OSX, for example. -- This message was sent by Atlassian JIRA (v6.1.5#6160)