Oops, remove some chaff from previous commit.

This commit is contained in:
David Greenman 1995-04-09 05:34:54 +00:00
parent 7452c2a5ef
commit fe9cff485b

View File

@ -101,12 +101,6 @@ protopr(off, name)
for (next = head.lh_first; next != NULL; next = inpcb.list.le_next) {
kread((u_long)next, (char *)&inpcb, sizeof (inpcb));
#if 0
if (*inpcb.list.le_prev != prev) {
printf("???\n");
break;
}
#endif
if (!aflag &&
inet_lnaof(inpcb.inp_laddr) == INADDR_ANY) {
prev = next;