Subject: CVS commit: src/usr.bin/netstat
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 03/22/2003 17:18:36
Module Name:	src
Committed By:	jdolecek
Date:		Sat Mar 22 15:18:36 UTC 2003

Modified Files:
	src/usr.bin/netstat: inet.c inet6.c

Log Message:
it's not necessary to limit the service name artificially to 8 characters
in inet*print() - only first 'width' characters of the 'host.service'
string would be printed anyway, so allow full service name if string would fit


To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 src/usr.bin/netstat/inet.c
cvs rdiff -r1.25 -r1.26 src/usr.bin/netstat/inet6.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.