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

Diff for /src/usr.bin/ssh/session.c between version 1.243 and 1.244

version 1.243, 2008/10/02 14:39:35 version 1.244, 2008/11/09 12:34:47
Line 827 
Line 827 
   
 /*  /*
  * Sets the value of the given variable in the environment.  If the variable   * Sets the value of the given variable in the environment.  If the variable
  * already exists, its value is overriden.   * already exists, its value is overridden.
  */   */
 void  void
 child_set_env(char ***envp, u_int *envsizep, const char *name,  child_set_env(char ***envp, u_int *envsizep, const char *name,

Legend:
Removed from v.1.243  
changed lines
  Added in v.1.244