Commit 8f5030ea authored by Sergei Golubchik's avatar Sergei Golubchik

fix my_gethwaddr() for solaris

it caused feedback plugin tests to fail
parent 95740bc5
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment