Deleted Added
full compact
31c31
< * $FreeBSD: head/usr.sbin/bluetooth/bthidd/client.c 162494 2006-09-21 02:32:28Z emax $
---
> * $FreeBSD: head/usr.sbin/bluetooth/bthidd/client.c 163918 2006-11-02 18:57:09Z emax $
48c48
< static int32_t client_socket(bdaddr_p bdaddr, int32_t psm);
---
> static int32_t client_socket(bdaddr_p bdaddr, uint16_t psm);
215c215
< client_socket(bdaddr_p bdaddr, int32_t psm)
---
> client_socket(bdaddr_p bdaddr, uint16_t psm)
246c246
< l2addr.l2cap_psm = psm;
---
> l2addr.l2cap_psm = htole16(psm);