From owner-cvs-sys Tue Aug 29 10:49:11 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA16820 for cvs-sys-outgoing; Tue, 29 Aug 1995 10:49:11 -0700 Received: (from wollman@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA16804 ; Tue, 29 Aug 1995 10:49:08 -0700 Date: Tue, 29 Aug 1995 10:49:08 -0700 From: "Garrett A. Wollman" Message-Id: <199508291749.KAA16804@freefall.FreeBSD.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet ip_icmp.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk wollman 95/08/29 10:49:04 Modified: sys/netinet ip_icmp.c Log: Fix long-standing bug in ICMPPRINTFS code where NTOHL was used instead of ntohl for printing IP addresses, by instead substituting inet_ntoa() to produce human-readable output. Obtained from: 4.4-Lite-2