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

Diff for /src/usr.bin/ssh/uidswap.c between version 1.34 and 1.35

version 1.34, 2006/07/26 02:35:17 version 1.35, 2006/08/03 03:34:42
Line 12 
Line 12 
  * called by a name other than "ssh" or "Secure Shell".   * called by a name other than "ssh" or "Secure Shell".
  */   */
   
 #include "includes.h"  
   
 #include <sys/types.h>  
 #include <sys/param.h>  #include <sys/param.h>
   
 #include <errno.h>  #include <errno.h>
 #include <pwd.h>  #include <pwd.h>
 #include <string.h>  #include <string.h>
 #include <unistd.h>  #include <unistd.h>
   #include <stdarg.h>
   
 #include "log.h"  #include "log.h"
 #include "uidswap.h"  #include "uidswap.h"

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35