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.. :-)
This commit is contained in:
Peter Wemm 1995-11-15 14:56:34 +00:00
parent 33903a061a
commit f3117d66d3
1 changed files with 1 additions and 1 deletions

View File

@ -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