svn commit: r261118 - head/sys/dev/usb/wlan

Hans Petter Selasky hps at bitfrost.no
Fri Jan 24 14:33:45 UTC 2014


On 01/24/14 15:31, Adrian Chadd wrote:
> Memmove() isn't portable? To what?
>

Hi,

memmove() doesn't know about the byte order when you copy inside an 
integer. s/memmove/code/ is not portable.

--HPS



More information about the svn-src-head mailing list