xt_mp2t: userspace-exposed headers should only use underscored types

This commit is contained in:
Jan Engelhardt
2010-11-04 00:29:27 +01:00
parent ff8081243d
commit acba495549

View File

@@ -24,9 +24,9 @@ struct xt_rule_mp2t_conn_htable;
struct mp2t_cfg {
/* Hash table setup */
u_int32_t size; /* how many hash buckets */
u_int32_t max; /* max number of entries */
u_int32_t max_list; /* warn if list searches exceed this number */
__u32 size; /* how many hash buckets */
__u32 max; /* max number of entries */
__u32 max_list; /* warn if list searches exceed this number */
};