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

Diff for /src/usr.bin/ftp/main.c between version 1.1 and 1.2

version 1.1, 1995/10/18 08:45:17 version 1.2, 1996/05/10 12:59:51
Line 41 
Line 41 
 #if 0  #if 0
 static char sccsid[] = "@(#)main.c      8.6 (Berkeley) 10/9/94";  static char sccsid[] = "@(#)main.c      8.6 (Berkeley) 10/9/94";
 #else  #else
 static char rcsid[] = "$NetBSD: main.c,v 1.10 1995/09/15 00:32:33 pk Exp $";  static char rcsid[] = "$NetBSD: main.c,v 1.11 1996/05/07 00:16:55 pk Exp $";
 #endif  #endif
 #endif /* not lint */  #endif /* not lint */
   
Line 287 
Line 287 
         char *p, *q;          char *p, *q;
         struct cmd *c, *found;          struct cmd *c, *found;
         int nmatches, longest;          int nmatches, longest;
   
           if (name == NULL)
                   return (0);
   
         longest = 0;          longest = 0;
         nmatches = 0;          nmatches = 0;

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