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

Diff for /src/usr.bin/tftp/tftpsubs.c between version 1.11 and 1.12

version 1.11, 2006/07/20 09:42:44 version 1.12, 2006/07/26 12:34:41
Line 101 
Line 101 
 {  {
         newline = 0;                    /* init crlf flag */          newline = 0;                    /* init crlf flag */
         prevchar = -1;          prevchar = -1;
         bfs[0].counter =  BF_ALLOC;     /* pass out the first buffer */          bfs[0].counter = BF_ALLOC;      /* pass out the first buffer */
         current = 0;          current = 0;
         bfs[1].counter = BF_FREE;          bfs[1].counter = BF_FREE;
         nextone = x;                    /* ahead or behind? */          nextone = x;                    /* ahead or behind? */

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