Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/netbt



Module Name:    src
Committed By:   plunky
Date:           Mon Sep 11 22:12:39 UTC 2006

Modified Files:
        src/sys/netbt: hci_event.c hci_ioctl.c hci_link.c l2cap_signal.c

Log Message:
Endian issues:

hci_event.c:
 - Convert memo->response.clock_offset to host-endian.

hci_ioctl.c:
 - printf format tweak (size_t)

hci_link.c:
 - Convert memo->response.clock_offset from host-endian.
 - Tweak a DIAGNOSTIC message.

l2cap_signal.c:
 - In l2cap_recv_config_req(), rp->scid is little-endian so make sure
   we convert from host-endian.

        from scw@


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/netbt/hci_event.c src/sys/netbt/l2cap_signal.c
cvs rdiff -r1.3 -r1.4 src/sys/netbt/hci_ioctl.c
cvs rdiff -r1.4 -r1.5 src/sys/netbt/hci_link.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index