Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/11/1999 14:35:07
Module Name:	src
Committed By:	thorpej
Date:		Mon Jan 11 22:35:07 UTC 1999

Modified Files:
	src/sys/netinet: ip_icmp.c ip_input.c ip_output.c udp_usrreq.c
Log Message:
Fix byte order and ip_len inconsistencies in ICMP reply code.  Also, fix
some formatting and HTONS(foo) vs. foo = htons(foo) inconsistencies.

PR #6602, Darren Reed.