[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.7 and 1.8

version 1.7, 2001/09/17 22:21:09 version 1.8, 2001/10/24 18:38:58
Line 59 
Line 59 
 hunt(name)  hunt(name)
         char *name;          char *name;
 {  {
         register char *cp;          char *cp;
         sig_t f;          sig_t f;
   
         f = signal(SIGALRM, dead);          f = signal(SIGALRM, dead);

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