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

Diff for /src/usr.bin/ftp/cmdtab.c between version 1.21 and 1.22

version 1.21, 2008/06/25 18:07:00 version 1.22, 2008/06/25 21:15:19
Line 127 
Line 127 
 #define CMPL(x)  #define CMPL(x)
 #define CMPL0  #define CMPL0
 #define H(x)    empty  #define H(x)    empty
 #else  /* !SMALL */  #else  /* SMALL */
 #define CMPL(x) __STRING(x),  #define CMPL(x) __STRING(x),
 #define CMPL0   "",  #define CMPL0   "",
 #define H(x)    x  #define H(x)    x
 #endif /* !SMALL */  #endif /* SMALL */
   
 struct cmd cmdtab[] = {  struct cmd cmdtab[] = {
         { "!",          H(shellhelp),   0, 0, 0, CMPL0          shell },          { "!",          H(shellhelp),   0, 0, 0, CMPL0          shell },

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22