Re: ntohs/ntohl and bitops

From: David S. Miller
Date: Wed Jan 11 2006 - 03:42:59 EST


From: Ulrich Drepper <drepper@xxxxxxxxxx>
Date: Wed, 11 Jan 2006 00:36:11 -0800

> Anyway, candidates for this kind of transformation:
>
> net/ipx/af_ipx.c:1450: if (ntohs(addr->sipx_port) <
> IPX_MIN_EPHEMERAL_SOCKET &&

Does it work for comparisons? F.e.:

if (val < ntohs(VAL))



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/