Source-Changes-D archive

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

Re: CVS commit: src/sys/dev/usb



> Module Name:    src
> Committed By:   riastradh
> Date:           Sun Jun 30 16:35:19 UTC 2024
> 
> Modified Files:
>         src/sys/dev/usb: if_url.c
> 
> Log Message:
> url(4): uint32_t for 32-bit hash so h>>31 becomes 0/1, not +1/-1.

That was supposed to read:

url(4): uint32_t for 32-bit hash so h>>31 becomes 0/1, not 0/-1.


Home | Main Index | Thread Index | Old Index