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

Diff for /src/usr.bin/ssh/servconf.c between version 1.26 and 1.27

version 1.26, 1999/11/24 00:26:03 version 1.27, 1999/11/24 19:53:50
Line 212 
Line 212 
         { NULL, 0 }          { NULL, 0 }
 };  };
   
 /* Returns the number of the token pointed to by cp of length len.  /*
    Never returns if the token is not known. */   * Returns the number of the token pointed to by cp of length len. Never
    * returns if the token is not known.
    */
   
 static ServerOpCodes  static ServerOpCodes
 parse_token(const char *cp, const char *filename,  parse_token(const char *cp, const char *filename,

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