commit | aa07ca5793414ce257ad98809147bd1dbb7a3837 | [log] [tgz] |
---|---|---|
author | Harald Welte <laforge@netfilter.org> | Mon Sep 05 18:09:08 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 05 18:09:08 2005 -0700 |
tree | 72e04abe87550842c4c4a3d60b633d1dbce131de | |
parent | 506e7beb7468c7cf56370d0a7a6afbec56653473 [diff] |
[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>