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

Diff of /mailutils/mailbox2/parse822.c

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

revision 1.2 by alainm, Mon Sep 17 02:38:42 2001 UTC revision 1.3 by gray, Tue Aug 6 01:32:11 2002 UTC
# Line 1486  int parse822_date_time(const char** p, c Line 1486  int parse822_date_time(const char** p, c
1486      tm->tm_min  = min;      tm->tm_min  = min;
1487      tm->tm_sec  = sec;      tm->tm_sec  = sec;
1488    
1489  #ifdef HAVE_TM_ISDST  #ifdef HAVE_STRUCT_TM_TM_ISDST
1490      tm->tm_isdst = -1; /* unknown whether it's dst or not */      tm->tm_isdst = -1; /* unknown whether it's dst or not */
1491  #endif  #endif
1492  #ifdef HAVE_TM_GMTOFF  #ifdef HAVE_STRUCT_TM_TM_GMTOFF
1493      tm->tm_gmtoff = tzoffset;      tm->tm_gmtoff = tzoffset;
1494  #endif  #endif
1495  #ifdef HAVE_TM_ZONE  #ifdef HAVE_STRUCT_TM_TM_ZONE
1496      tm->tm_zone = tz_name;      tm->tm_zone = tz_name;
1497  #endif  #endif
1498    }    }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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