FreeBSD Bugzilla – Attachment 13438 Details for
Bug 25584
arp.c - better printed ether address
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 296 bytes, created by
davidx
on 2001-03-07 08:30:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
davidx
Created:
2001-03-07 08:30:03 UTC
Size:
296 bytes
patch
obsolete
>--- arp.c.orig Wed Mar 7 16:06:11 2001 >+++ arp.c Wed Mar 7 16:10:29 2001 >@@ -537,7 +537,7 @@ > void > ether_print(u_char *cp) > { >- 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]); > } > > int
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 25584
: 13438