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,