Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 10/02/2007 20:35:05
Module Name:	src
Committed By:	dyoung
Date:		Tue Oct  2 20:35:05 UTC 2007

Modified Files:
	src/sys/netinet: ip_input.c ip_var.h
	src/sys/netiso: if_eon.c

Log Message:
Delete the unused second argument to ip_stripoptions(), move it
closer to its single caller in if_eon.c, try to move fewer bytes
by moving the IP header forward instead of moving the tail of the
mbuf backward, and use m_adj(9) instead of fiddling directly with
mbuf data members.


To generate a diff of this commit:
cvs rdiff -r1.253 -r1.254 src/sys/netinet/ip_input.c
cvs rdiff -r1.79 -r1.80 src/sys/netinet/ip_var.h
cvs rdiff -r1.59 -r1.60 src/sys/netiso/if_eon.c

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