[BACK]Return to print.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / file

Diff for /src/usr.bin/file/Attic/print.c between version 1.12 and 1.13

version 1.12, 2007/09/11 15:47:17 version 1.13, 2007/09/14 14:29:20
Line 155 
Line 155 
 protected char *  protected char *
 file_fmttime(uint32_t v, int local)  file_fmttime(uint32_t v, int local)
 {  {
         char *pp, *rt;          char *pp;
         time_t t = (time_t)v;          time_t t = (time_t)v;
         struct tm *tm;          struct tm *tm;
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13