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

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

version 1.16, 2001/03/03 23:59:34 version 1.17, 2001/03/04 17:42:28
Line 219 
Line 219 
                         return;                          return;
                 }                  }
         }          }
         fatal("fatal_remove_cleanup: no such cleanup function: 0x%lx 0x%lx\n",          fatal("fatal_remove_cleanup: no such cleanup function: 0x%lx 0x%lx",
             (u_long) proc, (u_long) context);              (u_long) proc, (u_long) context);
 }  }
   

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