[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.295 and 1.296

version 1.295, 2018/07/27 05:13:02 version 1.296, 2018/07/27 05:34:42
Line 305 
Line 305 
 add_local_forward(Options *options, const struct Forward *newfwd)  add_local_forward(Options *options, const struct Forward *newfwd)
 {  {
         struct Forward *fwd;          struct Forward *fwd;
         extern uid_t original_real_uid;  
         int i;          int i;
   
         /* Don't add duplicates */          /* Don't add duplicates */
Line 465 
Line 464 
         char *shell;          char *shell;
         pid_t pid;          pid_t pid;
         int devnull, status;          int devnull, status;
         extern uid_t original_real_uid;  
   
         if ((shell = getenv("SHELL")) == NULL)          if ((shell = getenv("SHELL")) == NULL)
                 shell = _PATH_BSHELL;                  shell = _PATH_BSHELL;

Legend:
Removed from v.1.295  
changed lines
  Added in v.1.296