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

Diff for /src/usr.bin/tftp/tftp.c between version 1.5 and 1.6

version 1.5, 2000/02/01 03:23:42 version 1.6, 2000/12/07 18:13:14
Line 438 
Line 438 
         delta = ((tstop.tv_sec*10.)+(tstop.tv_usec/100000)) -          delta = ((tstop.tv_sec*10.)+(tstop.tv_usec/100000)) -
                 ((tstart.tv_sec*10.)+(tstart.tv_usec/100000));                  ((tstart.tv_sec*10.)+(tstart.tv_usec/100000));
         delta = delta/10.;      /* back to seconds */          delta = delta/10.;      /* back to seconds */
         printf("%s %d bytes in %.1f seconds", direction, amount, delta);          printf("%s %lu bytes in %.1f seconds", direction, amount, delta);
         if (verbose)          if (verbose)
                 printf(" [%.0f bits/sec]", (amount*8.)/delta);                  printf(" [%.0f bits/sec]", (amount*8.)/delta);
         putchar('\n');          putchar('\n');

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6