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

Diff for /src/usr.bin/tip/Attic/hunt.c between version 1.15 and 1.16

version 1.15, 2010/06/29 17:42:35 version 1.16, 2010/06/29 20:09:39
Line 30 
Line 30 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
   #include <util.h>
   
 #include "tip.h"  #include "tip.h"
   
 static  jmp_buf deadline;  static  jmp_buf deadline;
Line 59 
Line 61 
                         uucplock = cp;                          uucplock = cp;
                 else                  else
                         uucplock++;                          uucplock++;
                 if (uu_lock(uucplock) < 0)                  if (uu_lock(uucplock) != UU_LOCK_OK)
                         continue;                          continue;
   
                 if (setjmp(deadline) == 0) {                  if (setjmp(deadline) == 0) {

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