[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.10 and 1.11

version 1.10, 2000/12/17 09:33:40 version 1.11, 2000/12/20 19:37:22
Line 64 
Line 64 
  * Restores to the original uid.   * Restores to the original uid.
  */   */
 void  void
 restore_uid()  restore_uid(void)
 {  {
 #ifdef SAVED_IDS_WORK_WITH_SETEUID  #ifdef SAVED_IDS_WORK_WITH_SETEUID
         /* Set the effective uid back to the saved uid. */          /* Set the effective uid back to the saved uid. */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11