[BACK]Return to yplib.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / yp

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

Diff for /src/lib/libc/yp/yplib.c between version 1.42 and 1.43

version 1.42, 2004/10/29 06:32:09 version 1.43, 2006/11/03 20:18:49
Line 251  gotit:
Line 251  gotit:
                 ysd->dom_vers = -1;                  ysd->dom_vers = -1;
                 goto again;                  goto again;
         }          }
         if (fcntl(ysd->dom_socket, F_SETFD, 1) == -1)          if (fcntl(ysd->dom_socket, F_SETFD, FD_CLOEXEC) == -1)
                 perror("fcntl: F_SETFD");                  perror("fcntl: F_SETFD");
   
         if (new) {          if (new) {

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

CVSweb <webmaster@jp.NetBSD.org>