[classlib][luni][java6] NetworkInterface.getHardwareAddress() always got NULL on AIX ------------------------------------------------------------------------------------ Key: HARMONY-6351 URL: https://issues.apache.org/jira/browse/HARMONY-6351 Project: Harmony Issue Type: Bug Components: Classlib Environment: AIX Reporter: Ray Chen NetworkInterface.getHardwareAddress() always got NULL on AIX because SIOCGIFHWADDR is not defined on AIX. So the function getPlatformHardwareAddress in helpers.c simply return NULL. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.