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

Diff for /src/usr.bin/ftp/fetch.c between version 1.90 and 1.91

version 1.90, 2009/06/13 20:01:10 version 1.91, 2009/06/29 09:58:40
Line 583 
Line 583 
         case 200:       /* OK */          case 200:       /* OK */
 #ifndef SMALL  #ifndef SMALL
         case 206:       /* Partial Content */          case 206:       /* Partial Content */
                 break;  
 #endif /* !SMALL */  #endif /* !SMALL */
                   break;
         case 301:       /* Moved Permanently */          case 301:       /* Moved Permanently */
         case 302:       /* Found */          case 302:       /* Found */
         case 303:       /* See Other */          case 303:       /* See Other */

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91