diff options
Diffstat (limited to 'net/netfilter/ipset/pfxlen.c')
| -rw-r--r-- | net/netfilter/ipset/pfxlen.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netfilter/ipset/pfxlen.c b/net/netfilter/ipset/pfxlen.c index 4f29fa97044..04d15fdc99e 100644 --- a/net/netfilter/ipset/pfxlen.c +++ b/net/netfilter/ipset/pfxlen.c @@ -7,8 +7,8 @@  #define E(a, b, c, d) \  	{.ip6 = { \ -		__constant_htonl(a), __constant_htonl(b), \ -		__constant_htonl(c), __constant_htonl(d), \ +		htonl(a), htonl(b), \ +		htonl(c), htonl(d), \  	} }  /*  | 
