|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.37.2.1, 2001/03/05 22:49:57 | version 1.37.2.2, 2001/03/13 20:29:50 | ||
|---|---|---|---|
|
|
||
| struct ip6_hdr *ip6; | struct ip6_hdr *ip6; | ||
| struct mbuf *m; | struct mbuf *m; | ||
| { | { | ||
| struct proc *p = curproc->l_proc; /* XXX */ | struct proc *p = (curproc ? curproc->l_proc : 0); /* XXX */ | ||
| int privileged; | int privileged; | ||
| privileged = 0; | privileged = 0; |