From f070f04029ac2cfae7875c56a92168080ce03046 Mon Sep 17 00:00:00 2001 From: dg Date: Sun, 9 Apr 1995 05:34:54 +0000 Subject: Oops, remove some chaff from previous commit. --- usr.bin/netstat/inet.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index 72aac88..849ac2d 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -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; -- cgit v1.1