Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Mar 2001 19:53:49 -0600
From:      Bill Fumerola <billf@mu.org>
To:        Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
Cc:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/25584: arp.c - better printed ether address
Message-ID:  <20010307195349.H31752@elvis.mu.org>
In-Reply-To: <200103072200.f27M02o56673@freefall.freebsd.org>; from wollman@khavrinen.lcs.mit.edu on Wed, Mar 07, 2001 at 02:00:02PM -0800
References:  <200103072200.f27M02o56673@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 07, 2001 at 02:00:02PM -0800, Garrett Wollman wrote:

>  > -	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.

So do I, so I committed it...

-- 
Bill Fumerola - security yahoo         / Yahoo! inc.
              - fumerola@yahoo-inc.com / billf@FreeBSD.org




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?20010307195349.H31752>