From 00cbd20e5b6912c9a85c0f84d6d7eddf483c3687 Mon Sep 17 00:00:00 2001 From: mickey Date: Tue, 5 Mar 1996 15:45:40 +0000 Subject: [PATCH] Changes according to the /sys/netinet/tcp_var.h changes. --- usr.bin/netstat/inet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index e5ac793a228..f1d4151ff88 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -227,7 +227,7 @@ tcp_stats(off, name) p(tcps_keepdrops, "\t\t%d connection%s dropped by keepalive\n"); p(tcps_predack, "\t%d correct ACK header prediction%s\n"); p(tcps_preddat, "\t%d correct data packet header prediction%s\n"); - p3(tcps_pcbcachemiss, "\t%d PCB cache miss%s\n"); + p3(tcps_pcbhashmiss, "\t%d PCB cache miss%s\n"); #undef p #undef p2 #undef p3 -- 2.20.1