|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.50, 2000/03/30 09:27:14 | version 1.50.4.1, 2000/12/15 00:08:53 | ||
|---|---|---|---|
|
|
||
| } | } | ||
| 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; | ||