diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2016-10-06 15:40:14 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2016-10-17 17:25:23 +0200 |
commit | 1b203c138c5a0d78aa34d1c4346ff6b32ac74869 (patch) | |
tree | 99870d3fe1eb6268bfcd13afead032d55c2d727f /drivers/clocksource/Makefile | |
parent | 6d3a4c404648e415e7d96e285d723936d4df7ed0 (diff) | |
download | blackbird-obmc-linux-1b203c138c5a0d78aa34d1c4346ff6b32ac74869.tar.gz blackbird-obmc-linux-1b203c138c5a0d78aa34d1c4346ff6b32ac74869.zip |
netfilter: xt_hashlimit: Add missing ULL suffixes for 64-bit constants
On 32-bit (e.g. with m68k-linux-gnu-gcc-4.1):
net/netfilter/xt_hashlimit.c: In function ‘user2credits’:
net/netfilter/xt_hashlimit.c:476: warning: integer constant is too large for ‘long’ type
...
net/netfilter/xt_hashlimit.c:478: warning: integer constant is too large for ‘long’ type
...
net/netfilter/xt_hashlimit.c:480: warning: integer constant is too large for ‘long’ type
...
net/netfilter/xt_hashlimit.c: In function ‘rateinfo_recalc’:
net/netfilter/xt_hashlimit.c:513: warning: integer constant is too large for ‘long’ type
Fixes: 11d5f15723c9f39d ("netfilter: xt_hashlimit: Create revision 2 to support higher pps rates")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Vishwanath Pai <vpai@akamai.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'drivers/clocksource/Makefile')
0 files changed, 0 insertions, 0 deletions