summaryrefslogtreecommitdiff
path: root/comms/asterisk16/patches/patch-am
blob: d470a28fcdbb5137ec978e25c98690403bbb418a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-am,v 1.2 2009/07/07 08:14:43 jnemeth Exp $

--- apps/app_sms.c.orig	2008-11-02 15:56:13.000000000 -0800
+++ apps/app_sms.c
@@ -527,7 +527,7 @@ static void packdate(unsigned char *o, t
 	int z;
 
 	ast_localtime(&topack, &t, NULL);
-#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined( __NetBSD__ ) || defined(__APPLE__) || defined(__CYGWIN__)
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined( __NetBSD__ ) || defined(__APPLE__) || defined(__CYGWIN__) || defined(__DragonFly__)
 	z = -t.tm_gmtoff / 60 / 15;
 #else
 	z = timezone / 60 / 15;