/[mailutils]/mailutils/mailbox/parse822.c
ViewVC logotype

Diff of /mailutils/mailbox/parse822.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by sroberts, Tue May 14 03:10:17 2002 UTC revision 1.23 by gray, Tue Aug 6 01:32:11 2002 UTC
# Line 1710  parse822_date_time (const char **p, cons Line 1710  parse822_date_time (const char **p, cons
1710        tm->tm_min = min;        tm->tm_min = min;
1711        tm->tm_sec = sec;        tm->tm_sec = sec;
1712    
1713  #ifdef HAVE_TM_ISDST  #ifdef HAVE_STRUCT_TM_TM_ISDST
1714        tm->tm_isdst = -1;        /* unknown whether it's dst or not */        tm->tm_isdst = -1;        /* unknown whether it's dst or not */
1715  #endif  #endif
1716  #ifdef HAVE_TM_GMTOFF  #ifdef HAVE_STRUCT_TM_TM_GMTOFF
1717        tm->tm_gmtoff = tzoffset;        tm->tm_gmtoff = tzoffset;
1718  #endif  #endif
1719  #ifdef HAVE_TM_ZONE  #ifdef HAVE_STRUCT_TM_TM_ZONE
1720        tm->tm_zone = tz_name;        tm->tm_zone = tz_name;
1721  #endif  #endif
1722      }      }

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26