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