FreeBSD Bugzilla – Attachment 162730 Details for
Bug 204249
[zyd] last commit breaks in current
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
very small diff
patch-if_zyd.c (text/plain), 554 bytes, created by
David Carlier
on 2015-11-03 13:21:42 UTC
(
hide
)
Description:
very small diff
Filename:
MIME Type:
Creator:
David Carlier
Created:
2015-11-03 13:21:42 UTC
Size:
554 bytes
patch
obsolete
>Index: /usr/src/sys/modules/usb/zyd/../../../dev/usb/wlan/if_zyd.c >=================================================================== >--- /usr/src/sys/modules/usb/zyd/../../../dev/usb/wlan/if_zyd.c (revision 290334) >+++ /usr/src/sys/modules/usb/zyd/../../../dev/usb/wlan/if_zyd.c (working copy) >@@ -802,7 +802,7 @@ > cmd.code = htole16(code); > memcpy(cmd.data, idata, ilen); > DPRINTF(sc, ZYD_DEBUG_CMD, "sending cmd %p = %*D\n", >- &rq, ilen, idata, ":"); >+ &rq, ilen, (const unsigned char *)idata, ":"); > > rq.cmd = &cmd; > rq.idata = idata;
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 204249
: 162730