[asterisk-commits] rizzo: branch rizzo/cygwin_build r87949 -	/team/rizzo/cygwin_build/apps/
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Wed Oct 31 17:51:35 CDT 2007
    
    
  
Author: rizzo
Date: Wed Oct 31 17:51:34 2007
New Revision: 87949
URL: http://svn.digium.com/view/asterisk?view=rev&rev=87949
Log:
one more cygwin fix (this should be handled better in the mainstream
code, anyways)
Modified:
    team/rizzo/cygwin_build/apps/app_sms.c
Modified: team/rizzo/cygwin_build/apps/app_sms.c
URL: http://svn.digium.com/view/asterisk/team/rizzo/cygwin_build/apps/app_sms.c?view=diff&rev=87949&r1=87948&r2=87949
==============================================================================
--- team/rizzo/cygwin_build/apps/app_sms.c (original)
+++ team/rizzo/cygwin_build/apps/app_sms.c Wed Oct 31 17:51:34 2007
@@ -517,7 +517,7 @@
 	int z;
 
 	ast_localtime(&tv, &t, NULL);
-#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined( __NetBSD__ ) || defined(__APPLE__)
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined( __NetBSD__ ) || defined(__APPLE__) || defined(__CYGWIN__)
 	z = -t.tm_gmtoff / 60 / 15;
 #else
 	z = timezone / 60 / 15;
    
    
More information about the asterisk-commits
mailing list