Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 02/11/2000 02:43:38
Module Name:	syssrc
Committed By:	itojun
Date:		Fri Feb 11 10:43:38 UTC 2000

Modified Files:
	syssrc/sys/netinet: udp_usrreq.c

Log Message:
don't increase both "no port on broadcast packet" and "no port" stat.
increasing both of them will result in negative number on udp
"delivered" stat on netstat(8), since netstat computes number of delivered
packet by subtracting them from number of inbound packets.


To generate a diff of this commit:
cvs rdiff -r1.60 -r1.61 syssrc/sys/netinet/udp_usrreq.c

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