[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.2 and 1.3

version 1.2, 1996/06/26 05:40:36 version 1.3, 2001/11/19 19:02:16
Line 132 
Line 132 
         FILE *file;                     /* file opened for read */          FILE *file;                     /* file opened for read */
         int convert;                    /* if true, convert to ascii */          int convert;                    /* if true, convert to ascii */
 {  {
         register int i;          int i;
         register char *p;          char *p;
         register int c;          int c;
         struct bf *b;          struct bf *b;
         struct tftphdr *dp;          struct tftphdr *dp;
   
Line 204 
Line 204 
 {  {
         char *buf;          char *buf;
         int count;          int count;
         register int ct;          int ct;
         register char *p;          char *p;
         register int c;                 /* current character */          int c;                          /* current character */
         struct bf *b;          struct bf *b;
         struct tftphdr *dp;          struct tftphdr *dp;
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3