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

Diff for /src/usr.bin/cvs/Attic/sock.c between version 1.14 and 1.15

version 1.14, 2005/03/10 22:37:00 version 1.15, 2005/03/10 22:40:04
Line 81 
Line 81 
                 return (-1);                  return (-1);
         }          }
   
         old_umask = umask(CVSD_SOCK_PERMS);          old_umask = umask(S_IRWXO);
         if (bind(cvsd_sock, (struct sockaddr *)&cvsd_sun,          if (bind(cvsd_sock, (struct sockaddr *)&cvsd_sun,
             SUN_LEN(&cvsd_sun)) == -1) {              SUN_LEN(&cvsd_sun)) == -1) {
                 cvs_log(LP_ERRNO, "failed to bind local socket to `%s'",                  cvs_log(LP_ERRNO, "failed to bind local socket to `%s'",

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15