Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 01/29/2007 05:48:56
Module Name:	src
Committed By:	dyoung
Date:		Mon Jan 29 05:48:56 UTC 2007

Modified Files:
	src/sys/netinet: ip_input.c

Log Message:
Cosmetic: remove extraneous, non-KNF parentheses.  Change a
sizeof(type) to a sizeof(*ptr) so the correctness of the statement
is correct "at a glance" (or so I hope).


To generate a diff of this commit:
cvs rdiff -r1.241 -r1.242 src/sys/netinet/ip_input.c

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