[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.7 and 1.8

version 1.7, 2003/06/25 15:45:10 version 1.8, 2003/06/26 07:59:49
Line 78 
Line 78 
 int newline = 0;                /* fillbuf: in middle of newline expansion */  int newline = 0;                /* fillbuf: in middle of newline expansion */
 int prevchar = -1;              /* putbuf: previous char (cr check) */  int prevchar = -1;              /* putbuf: previous char (cr check) */
   
 static struct tftphdr *rw_init();  static struct tftphdr *rw_init(int);
   
 struct tftphdr *  struct tftphdr *
 w_init(void)  w_init(void)

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8