[BACK]Return to uipc_socket.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

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

Diff for /src/sys/kern/uipc_socket.c between version 1.151.6.2 and 1.168

version 1.151.6.2, 2008/06/02 13:24:13 version 1.168, 2008/06/18 09:06:27
Line 500  socreate(int dom, struct socket **aso, i
Line 500  socreate(int dom, struct socket **aso, i
 #endif  #endif
         uid = kauth_cred_geteuid(l->l_cred);          uid = kauth_cred_geteuid(l->l_cred);
         so->so_uidinfo = uid_find(uid);          so->so_uidinfo = uid_find(uid);
           so->so_egid = kauth_cred_getegid(l->l_cred);
           so->so_cpid = l->l_proc->p_pid;
         if (lockso != NULL) {          if (lockso != NULL) {
                 /* Caller wants us to share a lock. */                  /* Caller wants us to share a lock. */
                 lock = lockso->so_lock;                  lock = lockso->so_lock;

Legend:
Removed from v.1.151.6.2  
changed lines
  Added in v.1.168

CVSweb <webmaster@jp.NetBSD.org>