diff options
Diffstat (limited to 'net/asterisk16')
-rw-r--r-- | net/asterisk16/files/patch-utils.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/asterisk16/files/patch-utils.c b/net/asterisk16/files/patch-utils.c new file mode 100644 index 000000000000..f6adec453f06 --- /dev/null +++ b/net/asterisk16/files/patch-utils.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- utils.c ++++ utils.c +@@ -58,7 +58,7 @@ + static char base64[64]; + static char b2a[256]; + +-#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined( __NetBSD__ ) || defined(__APPLE__) || defined(__CYGWIN__) ++#if (defined(__FreeBSD__) && __FreeBSD_version < 601103) || defined(__OpenBSD__) || defined( __NetBSD__ ) || defined(__APPLE__) || defined(__CYGWIN__) + + /* duh? ERANGE value copied from web... */ + #define ERANGE 34 |