diff options
Diffstat (limited to 'net/asterisk14/files/patch-main::utils.c')
-rw-r--r-- | net/asterisk14/files/patch-main::utils.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/asterisk14/files/patch-main::utils.c b/net/asterisk14/files/patch-main::utils.c deleted file mode 100644 index 4c465aeb9875..000000000000 --- a/net/asterisk14/files/patch-main::utils.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- main/utils.c -+++ main/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 |