[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.20 and 1.21

version 1.20, 2006/07/26 09:10:03 version 1.21, 2007/05/11 01:47:48
Line 135 
Line 135 
         struct sockaddr_in       from;          struct sockaddr_in       from;
         struct pollfd            pfd[1];          struct pollfd            pfd[1];
         unsigned long            amount;          unsigned long            amount;
           socklen_t                fromlen;
         int                      convert; /* true if converting crlf -> lf */          int                      convert; /* true if converting crlf -> lf */
         int                      n, nfds, error, fromlen, timeouts, block, size;          int                      n, nfds, error, timeouts, block, size;
   
         startclock();           /* start stat's clock */          startclock();           /* start stat's clock */
         dp = r_init();          /* reset fillbuf/read-ahead code */          dp = r_init();          /* reset fillbuf/read-ahead code */
Line 266 
Line 267 
         struct sockaddr_in       from;          struct sockaddr_in       from;
         struct pollfd            pfd[1];          struct pollfd            pfd[1];
         unsigned long            amount;          unsigned long            amount;
           socklen_t                fromlen;
         int                      convert; /* true if converting crlf -> lf */          int                      convert; /* true if converting crlf -> lf */
         int                      n, nfds, error, fromlen, timeouts, block, size;          int                      n, nfds, error, timeouts, block, size;
         int                      firsttrip;          int                      firsttrip;
   
         startclock();           /* start stat's clock */          startclock();           /* start stat's clock */

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21