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

Diff for /src/usr.bin/ftp/ftp_var.h between version 1.25 and 1.26

version 1.25, 2007/11/26 12:39:00 version 1.26, 2008/06/25 21:15:19
Line 176 
Line 176 
 char *httpport;                 /* port number to use for http connections */  char *httpport;                 /* port number to use for http connections */
 #ifndef SMALL  #ifndef SMALL
 char *httpsport;                /* port number to use for https connections */  char *httpsport;                /* port number to use for https connections */
 #endif  #endif /* !SMALL */
 char *gateport;                 /* port number to use for gateftp connections */  char *gateport;                 /* port number to use for gateftp connections */
   
 jmp_buf toplevel;               /* non-local goto stuff for cmd scanner */  jmp_buf toplevel;               /* non-local goto stuff for cmd scanner */

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26