]> git.ipfire.org Git - thirdparty/xtables-addons.git/commit
extensions: resolve compile error when CONFIG_UIDGID_STRICT_TYPE_CHECKS=y
authorJan Engelhardt <jengelh@inai.de>
Sat, 8 Jun 2013 13:09:43 +0000 (15:09 +0200)
committerJan Engelhardt <jengelh@inai.de>
Sat, 8 Jun 2013 13:10:20 +0000 (15:10 +0200)
commit6fbb35d68652a40ffb6ffe64b4221f4700fcac88
treeff79d3f150caa190401247694bea9d9338cf039a
parente1d9825475fb816e89d5fa5525b9ca86c8bfc944
extensions: resolve compile error when CONFIG_UIDGID_STRICT_TYPE_CHECKS=y

xt_DNETMAP.c: In function "dnetmap_tg_check":
xt_DNETMAP.c:331:16: error: incompatible types when assigning to
type "kuid_t" from type "unsigned int"
xt_DNETMAP.c:332:16: error: incompatible types when assigning to
type "kgid_t" from type "unsigned int"
xt_DNETMAP.c:344:16: error: incompatible types when assigning to
type "kuid_t" from type "unsigned int"
xt_DNETMAP.c:345:16: error: incompatible types when assigning to
type "kgid_t" from type "unsigned int"
xt_condition.c: In function "condition_mt_check":
xt_condition.c:158:24: error: incompatible types when assigning to
type "kuid_t" from type "unsigned int"
xt_condition.c:159:24: error: incompatible types when assigning to
type "kgid_t" from type "unsigned int"
xt_quota2.c: In function "q2_get_counter":
xt_quota2.c:134:18: error: incompatible types when assigning to type
"kuid_t" from type "unsigned int"
xt_quota2.c:135:18: error: incompatible types when assigning to type
"kgid_t" from type "unsigned int"
doc/changelog.txt
extensions/xt_DNETMAP.c
extensions/xt_condition.c
extensions/xt_quota2.c