[NETFILTER] remove bogus hand-coded htonll() from nenetlink_queue
authorHarald Welte <laforge@netfilter.org>
Tue, 6 Sep 2005 01:09:08 +0000 (18:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Sep 2005 01:09:08 +0000 (18:09 -0700)
commitaa07ca5793414ce257ad98809147bd1dbb7a3837
tree72e04abe87550842c4c4a3d60b633d1dbce131de
parent506e7beb7468c7cf56370d0a7a6afbec56653473
[NETFILTER] remove bogus hand-coded htonll() from nenetlink_queue

htonll() is nothing else than cpu_to_be64(), so we'd rather call the
latter.

Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nfnetlink_queue.c