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

Diff for /src/usr.bin/ssh/dispatch.c between version 1.18 and 1.19

version 1.18, 2006/03/25 13:17:01 version 1.19, 2006/04/20 09:27:09
Line 76 
Line 76 
         dispatch[type] = fn;          dispatch[type] = fn;
 }  }
 void  void
 dispatch_run(int mode, int *done, void *ctxt)  dispatch_run(int mode, volatile sig_atomic_t *done, void *ctxt)
 {  {
         for (;;) {          for (;;) {
                 int type;                  int type;

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19