Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Mar 2001 14:00:02 -0800 (PST)
From:      Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
To:        freebsd-bugs@FreeBSD.org
Subject:   bin/25584: arp.c - better printed ether address
Message-ID:  <200103072200.f27M02o56673@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/25584; it has been noted by GNATS.

From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
To: davidx@viasoft.com.cn
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: bin/25584: arp.c - better printed ether address
Date: Wed, 7 Mar 2001 16:49:40 -0500 (EST)

 <<On Wed, 7 Mar 2001 00:25:46 -0800 (PST), davidx@viasoft.com.cn said:
 
 > -	printf("%x:%x:%x:%x:%x:%x", cp[0], cp[1], cp[2], cp[3], cp[4], cp[5]);
 > +	printf("%02x:%02x:%02x:%02x:%02x:%02x", cp[0], cp[1], cp[2], cp[3], cp[4], cp[5]);
 
 FWIW, I like this change.
 
 -GAWollman
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103072200.f27M02o56673>