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

Diff for /src/usr.bin/ssh/ssh.c between version 1.15 and 1.16

version 1.15, 1999/09/30 05:03:05 version 1.16, 1999/09/30 05:11:29
Line 205 
Line 205 
      we may need to create the port several times). */       we may need to create the port several times). */
   temporarily_use_uid(original_real_uid);    temporarily_use_uid(original_real_uid);
   
 #ifdef HAVE_UMASK  
   /* Set our umask to something reasonable, as some files are created with    /* Set our umask to something reasonable, as some files are created with
      the default umask.  This will make them world-readable but writable       the default umask.  This will make them world-readable but writable
      only by the owner, which is ok for all files for which we don't set       only by the owner, which is ok for all files for which we don't set
      the modes explicitly. */       the modes explicitly. */
   umask(022);    umask(022);
 #endif /* HAVE_UMASK */  
   
   /* Save our own name. */    /* Save our own name. */
   av0 = av[0];    av0 = av[0];

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16