X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fnet%2Ftc_act%2Ftc_pedit.h;h=eb21689d759dddda7b7cc2c845497561663585a9;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=29ddb6630219ce1648470973d772b0736e01928a;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/net/tc_act/tc_pedit.h b/include/net/tc_act/tc_pedit.h index 29ddb6630..eb21689d7 100644 --- a/include/net/tc_act/tc_pedit.h +++ b/include/net/tc_act/tc_pedit.h @@ -8,7 +8,7 @@ struct tcf_pedit tca_gen(pedit); unsigned char nkeys; unsigned char flags; - struct tc_pedit_key keys[0]; + struct tc_pedit_key *keys; }; #endif