vserver 1.9.5.x5
[linux-2.6.git] / include / net / tc_act / tc_pedit.h
index 29ddb66..eb21689 100644 (file)
@@ -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