mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
fix my_gethwaddr() for solaris
it caused feedback plugin tests to fail
This commit is contained in:
parent
95740bc5c5
commit
8f5030ea86
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue