~kris/9p

9hist

6fae37f6bb82017373ec9a8f9dbd27401760890d — David du Colombier 25 years ago b0ece45
Plan 9 from Bell Labs 2001-04-12
1 files changed, 1 insertions(+), 1 deletions(-)

M ip/udp.c
M ip/udp.c => ip/udp.c +1 -1
@@ 446,7 446,7 @@ udpstats(Proto *udp, char *buf, int len)
	Udppriv *upriv;

	upriv = udp->priv;
	return snprint(buf, len, "%lud %lud %lud %lud",
	return snprint(buf, len, "InDatagrams: %lud\nNoPorts: %lud\nInErrors: %lud\nOutDatagrams: %lud\n",
		upriv->ustats.udpInDatagrams,
		upriv->ustats.udpNoPorts,
		upriv->ustats.udpInErrors,