[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.18 and 1.19

version 1.18, 2010/07/02 05:52:48 version 1.19, 2010/07/03 03:38:22
Line 89 
Line 89 
                         fd = open(device,                          fd = open(device,
                             O_RDWR | (vgetnum(DC) ? O_NONBLOCK : 0));                              O_RDWR | (vgetnum(DC) ? O_NONBLOCK : 0));
                         if (fd < 0)                          if (fd < 0)
                                 perror(host);                                  perror(device);
                 }                  }
                 alarm(0);                  alarm(0);
   

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