That's what I get for doing things in a hurry...applied up-to-date patch
to this file rather than old one (before I renamed the structure element).
This commit is contained in:
parent
6c5325bf0e
commit
a9d6f1a78d
@ -99,7 +99,7 @@ protopr(off, name)
|
||||
kread(off, (char *)&head, sizeof (struct inpcbhead));
|
||||
prev = (struct inpcb *)off;
|
||||
|
||||
for (next = head.lh_first; next != NULL; next = inpcb.list.le_next) {
|
||||
for (next = head.lh_first; next != NULL; next = inpcb.inp_list.le_next) {
|
||||
kread((u_long)next, (char *)&inpcb, sizeof (inpcb));
|
||||
if (!aflag &&
|
||||
inet_lnaof(inpcb.inp_laddr) == INADDR_ANY) {
|
||||
|
Loading…
Reference in New Issue
Block a user