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

Diff for /src/usr.bin/ssh/readconf.c between version 1.386 and 1.387

version 1.386, 2024/03/04 04:13:18 version 1.387, 2024/05/17 02:39:11
Line 3307 
Line 3307 
         return r;          return r;
 }  }
   
 /* XXX the following is a near-vebatim copy from servconf.c; refactor */  /* XXX the following is a near-verbatim copy from servconf.c; refactor */
 static const char *  static const char *
 fmt_multistate_int(int val, const struct multistate *m)  fmt_multistate_int(int val, const struct multistate *m)
 {  {

Legend:
Removed from v.1.386  
changed lines
  Added in v.1.387