[BACK]Return to 2.t CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / doc / psd / 21.ipc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/doc/psd/21.ipc/2.t between version 1.3 and 1.4

version 1.3, 2003/08/07 10:30:51 version 1.4, 2003/08/13 02:07:06
Line 684  for (;;) {
Line 684  for (;;) {
         FD_SET(s1, &read_template);          FD_SET(s1, &read_template);
         FD_SET(s2, &read_template);          FD_SET(s2, &read_template);
   
         nb = select(FD_SETSIZE, &read_template, (fd_set *) 0, (fd_set *) 0, &wait);          nb = select(s1 > s2 ? s1 + 1 : s2 + 1, &read_template, (fd_set *) 0,
               (fd_set *) 0, &wait);
         if (nb <= 0) {          if (nb <= 0) {
                 \fIAn error occurred during the \fPselect\fI, or                  \fIAn error occurred during the \fPselect\fI, or
                 the \fPselect\fI timed out.\fP                  the \fPselect\fI timed out.\fP

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>