From f3117d66d3367ce2d219a42a265cb0054d9f12ed Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 15 Nov 1995 14:56:34 +0000 Subject: [PATCH] Fix the bug that caused the AF_UNIX domain sockets to not be shown.. (it was nlist()ing a wrong symbol name). Only problem is that I'd grown quite partial to the inet-only version.. :-) --- usr.bin/netstat/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index 47e6943ff80..ed026424f4c 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -84,7 +84,7 @@ struct nlist nl[] = { #define N_RTSTAT 9 { "_rtstat" }, #define N_UNIXSW 10 - { "_unixsw" }, + { "_localsw" }, #define N_IDP 11 { "_nspcb"}, #define N_IDPSTAT 12