fix my_gethwaddr() for solaris
it caused feedback plugin tests to fail
This commit is contained in:
parent
95740bc5c5
commit
8f5030ea86
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user