acc33b14df
Sponsored by: Sippy Software, Inc.
14 lines
451 B
C
14 lines
451 B
C
|
|
$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
|