[BACK]Return to zdump.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / time

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/time/zdump.c between version 1.37 and 1.38

version 1.37, 2014/10/07 22:14:46 version 1.38, 2014/10/08 13:13:34
Line 752  main(int argc, char *argv[])
Line 752  main(int argc, char *argv[])
 }  }
   
 static time_t  static time_t
 yeartot(const long y)  yeartot(const intmax_t y)
 {  {
         intmax_t        myy, seconds, years;          intmax_t        myy, seconds, years;
         time_t          t;          time_t          t;

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

CVSweb <webmaster@jp.NetBSD.org>