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

Diff for /src/usr.bin/ssh/monitor.c between version 1.6 and 1.7

version 1.6, 2002/03/21 18:38:33 version 1.7, 2002/03/24 23:20:00
Line 349 
Line 349 
                 return ret;                  return ret;
         }          }
   
         fatal("%s: unsupported request: %d\n", __FUNCTION__, type);          fatal("%s: unsupported request: %d", __FUNCTION__, type);
   
         /* NOTREACHED */          /* NOTREACHED */
         return (-1);          return (-1);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7