From owner-freebsd-commit Wed Nov 15 06:56:46 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA08486 for freebsd-commit-outgoing; Wed, 15 Nov 1995 06:56:46 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA08464 for cvs-all-outgoing; Wed, 15 Nov 1995 06:56:43 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA08448 for cvs-usrbin-outgoing; Wed, 15 Nov 1995 06:56:41 -0800 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA08429 ; Wed, 15 Nov 1995 06:56:36 -0800 Date: Wed, 15 Nov 1995 06:56:36 -0800 From: Peter Wemm Message-Id: <199511151456.GAA08429@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/netstat main.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 95/11/15 06:56:35 Modified: usr.bin/netstat main.c Log: 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.. :-)