fix my_gethwaddr() for solaris

it caused feedback plugin tests to fail
This commit is contained in:
Sergei Golubchik 2016-02-14 22:17:38 +01:00
parent 95740bc5c5
commit 8f5030ea86

View File

@ -72,7 +72,7 @@ err:
return res;
}
#elif defined(__linux__) || defined(__sun__)
#elif defined(__linux__) || defined(__sun)
#include <net/if.h>
#include <sys/ioctl.h>
#include <net/if_arp.h>