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

Diff for /src/usr.bin/wall/ttymsg.c between version 1.9 and 1.10

version 1.9, 2001/11/19 19:02:17 version 1.10, 2002/05/26 09:27:11
Line 139 
Line 139 
                         continue;                          continue;
                 }                  }
                 if (errno == EWOULDBLOCK) {                  if (errno == EWOULDBLOCK) {
                         int cpid, off = 0;                          int off = 0;
                           pid_t cpid;
   
                         if (forked) {                          if (forked) {
                                 (void) close(fd);                                  (void) close(fd);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10