]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the build (on at least powerpc) by moving the htole16() from the case(x) expressi...
authorrink <rink@FreeBSD.org>
Tue, 4 Nov 2008 19:28:19 +0000 (19:28 +0000)
committerrink <rink@FreeBSD.org>
Tue, 4 Nov 2008 19:28:19 +0000 (19:28 +0000)
commit482c2c52e81af97d4127523efc24ed5a4ae0fc7e
tree665cfc63d303a976f5ff30028132480f58ecdac4
parentce3123c32448e7c506c8b99c4b56d21bd012f4c2
Fix the build (on at least powerpc) by moving the htole16() from the case(x) expression directly to the switch(x) itself.

Reviewed by: imp@
sys/dev/usb2/wlan/if_zyd2.c