CVS commit: src/usr.bin/netstat
"Roland Illig" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: rillig Date: Sun Apr 19 08:17:56 UTC 2026 Modified Files: src/usr.bin/netstat: main.c netstat.h Log Message: netstat: fix plural forms for large numbers Previously, for n * 2^32 + 1, the singular form was wrongly used. This fixes 375 lint warnings about possible loss of accuracy. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/usr.bin/netstat/main.c cvs rdiff -u -r1.54 -r1.55 src/usr.bin/netstat/netstat.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.