diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-05 15:45:41 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-05 15:45:41 +0000 |
commit | 9b946b252f5bec3bd7624cf1bcc430b456571872 (patch) | |
tree | 08759e21fca3ed0594bec7b30990961eba1e9800 /usr.bin/netstat | |
parent | a66be7372aa12c7ea373f1c6ccd3ba7bdceafbda (diff) |
Changes according to the /sys/netinet/tcp_var.h changes.
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r-- | usr.bin/netstat/inet.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |