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

Diff for /src/usr.bin/ssh/misc.c between version 1.136 and 1.137

version 1.136, 2018/12/27 03:25:25 version 1.137, 2019/01/23 21:50:56
Line 531 
Line 531 
  * The delimiter char, if present, is stored in delim.   * The delimiter char, if present, is stored in delim.
  * If this is the last field, *cp is set to NULL.   * If this is the last field, *cp is set to NULL.
  */   */
 static char *  char *
 hpdelim2(char **cp, char *delim)  hpdelim2(char **cp, char *delim)
 {  {
         char *s, *old;          char *s, *old;

Legend:
Removed from v.1.136  
changed lines
  Added in v.1.137