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

Diff for /src/usr.bin/ssh/servconf.h between version 1.25 and 1.26

version 1.25, 2000/06/20 01:39:44 version 1.26, 2000/06/26 21:59:18
Line 99 
Line 99 
         unsigned int num_subsystems;          unsigned int num_subsystems;
         char   *subsystem_name[MAX_SUBSYSTEMS];          char   *subsystem_name[MAX_SUBSYSTEMS];
         char   *subsystem_command[MAX_SUBSYSTEMS];          char   *subsystem_command[MAX_SUBSYSTEMS];
   
           int     max_startups;
   
 }       ServerOptions;  }       ServerOptions;
 /*  /*
  * Initializes the server options to special values that indicate that they   * Initializes the server options to special values that indicate that they

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