Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[sfrench/cifs-2.6.git] / include / uapi / linux / net_dropmon.h
index 1bbea8f0681e2970891a620a0717aa42fb7c9d19..84f622a66a7ac1a093564ea11784b963be64d886 100644 (file)
@@ -29,12 +29,12 @@ struct net_dm_config_entry {
 
 struct net_dm_config_msg {
        __u32 entries;
-       struct net_dm_config_entry options[0];
+       struct net_dm_config_entry options[];
 };
 
 struct net_dm_alert_msg {
        __u32 entries;
-       struct net_dm_drop_point points[0];
+       struct net_dm_drop_point points[];
 };
 
 struct net_dm_user_msg {