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

Diff for /src/usr.bin/ftp/complete.c between version 1.20 and 1.21

version 1.20, 2008/06/26 05:42:20 version 1.21, 2008/07/08 21:07:57
Line 234 
Line 234 
   
                 mflag = 1;                  mflag = 1;
                 emesg = NULL;                  emesg = NULL;
   #ifndef SMALL
                 if (debug)                  if (debug)
                         (void)putc('\n', ttyout);                          (void)putc('\n', ttyout);
   #endif /* !SMALL */
                 while ((cp = remglob(dummyargv, 0, &emesg)) != NULL) {                  while ((cp = remglob(dummyargv, 0, &emesg)) != NULL) {
                         char *tcp;                          char *tcp;
   

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