[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.2 and 1.50

version 1.48.2.2, 2000/12/13 15:50:23 version 1.50, 2000/03/30 09:27:14
Line 126  socreate(dom, aso, type, proto)
Line 126  socreate(dom, aso, type, proto)
 }  }
   
 int  int
 sobind(so, nam, p)  sobind(so, nam)
         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.2  
changed lines
  Added in v.1.50

CVSweb <webmaster@jp.NetBSD.org>