summaryrefslogtreecommitdiff
path: root/comms/asterisk/patches/patch-aj
blob: 57d6aae7ef0fbf676697cae34b291ef0e0f26c97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aj,v 1.2 2006/01/13 20:32:38 riz Exp $

--- utils.c.orig	2006-01-13 00:23:00.000000000 +0000
+++ utils.c
@@ -58,7 +58,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revisi
 static char base64[64];
 static char b2a[256];
 
-#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined( __NetBSD__ ) || defined(__APPLE__) || defined(__CYGWIN__)
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined( __NetBSD__ ) || defined(__APPLE__) || defined(__CYGWIN__) || defined(__DragonFly__)
 
 /* duh? ERANGE value copied from web... */
 #define ERANGE 34