Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/netstat
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.
Home |
Main Index |
Thread Index |
Old Index