Skip to content

Commit

Permalink
Fix building my_gethwaddr() on OpenBSD - part for 10.5 and newer
Browse files Browse the repository at this point in the history
  • Loading branch information
brad0 authored and grooverdan committed Oct 27, 2022
1 parent f90d9c3 commit ab81aef
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 @@ -23,7 +23,7 @@

#ifndef MAIN

#if defined(_AIX) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__linux__) || defined(__sun) || defined(_WIN32)
#if defined(_AIX) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__linux__) || defined(__sun) || defined(_WIN32)
static my_bool memcpy_and_test(uchar *to, uchar *from, uint len)
{
uint i, res= 1;
Expand Down

0 comments on commit ab81aef

Please sign in to comment.