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

Diff for /src/usr.bin/ssh/monitor_wrap.c between version 1.3 and 1.4

version 1.3, 2002/03/19 10:41:32 version 1.4, 2002/03/19 14:27:39
Line 205 
Line 205 
         return (pw);          return (pw);
 }  }
   
 void  
 pwfree(struct passwd *pw)  
 {  
         xfree(pw->pw_name);  
         xfree(pw->pw_passwd);  
         xfree(pw->pw_gecos);  
         xfree(pw->pw_class);  
         xfree(pw->pw_dir);  
         xfree(pw->pw_shell);  
         xfree(pw);  
 }  
   
 /* Inform the privileged process about service and style */  /* Inform the privileged process about service and style */
   
 void  void

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4