[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.48.2.1 and 1.48.2.2

version 1.48.2.1, 2000/11/20 18:09:14 version 1.48.2.2, 2000/12/13 15:50:23
Line 126  socreate(dom, aso, type, proto)
Line 126  socreate(dom, aso, type, proto)
 }  }
   
 int  int
 sobind(so, nam)  sobind(so, nam, p)
         struct socket *so;          struct socket *so;
         struct mbuf *nam;          struct mbuf *nam;
           struct proc *p;
 {  {
         struct proc *p = curproc;               /* XXX */  
         int s = splsoftnet();          int s = splsoftnet();
         int error;          int error;
   

Legend:
Removed from v.1.48.2.1  
changed lines
  Added in v.1.48.2.2

CVSweb <webmaster@jp.NetBSD.org>