[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.11 and 1.12

version 1.11, 2006/03/16 19:32:46 version 1.12, 2006/03/17 14:43:06
Line 39 
Line 39 
   
 #include "tip.h"  #include "tip.h"
   
 extern char *getremote(char *);  
   
 static  jmp_buf deadline;  static  jmp_buf deadline;
 static  int deadfl;  static  int deadfl;
   
 void  static void     dead(int);
   
   static void
 dead(int signo)  dead(int signo)
 {  {
         deadfl = 1;          deadfl = 1;

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