patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / include / linux / netfilter_arp / arp_tables.h
index d951537..78c4f71 100644 (file)
@@ -205,7 +205,7 @@ struct arpt_replace
        /* Number of counters (must be equal to current number of entries). */
        unsigned int num_counters;
        /* The old entries' counters. */
-       struct arpt_counters *counters;
+       struct arpt_counters __user *counters;
 
        /* The entries (hang off end: not really an array). */
        struct arpt_entry entries[0];