Skip to content

Commit

Permalink
fix my_gethwaddr() for solaris
Browse files Browse the repository at this point in the history
it caused feedback plugin tests to fail
  • Loading branch information
vuvova committed Feb 15, 2016
1 parent 95740bc commit 8f5030e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysys/my_gethwaddr.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ my_bool my_gethwaddr(uchar *to)
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>
Expand Down

0 comments on commit 8f5030e

Please sign in to comment.