[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)
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>

No differences found