From e0bba47e550420e371c97425cc6d39909a6e059b Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Thu, 5 Jun 2008 16:18:41 +0200 Subject: Resync header files with kernel Resync headers and add types.h file for endian annotated types, which are not available with old headers. --- include/linux/netfilter/xt_limit.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/linux/netfilter/xt_limit.h') diff --git a/include/linux/netfilter/xt_limit.h b/include/linux/netfilter/xt_limit.h index c0aa6d9f..b3ce6537 100644 --- a/include/linux/netfilter/xt_limit.h +++ b/include/linux/netfilter/xt_limit.h @@ -12,10 +12,10 @@ struct xt_rateinfo { /* Used internally by the kernel */ unsigned long prev; - /* Ugly, ugly fucker. */ - struct xt_rateinfo *master; - u_int32_t credit; u_int32_t credit_cap, cost; + + /* Ugly, ugly fucker. */ + struct xt_rateinfo *master; }; #endif /*_XT_RATE_H*/ -- cgit v1.2.3