treewide: uapi: Replace zero-length arrays with flexible-array members
[linux-2.6-microblaze.git] / include / uapi / linux / random.h
index dcc1b3e..e744c23 100644 (file)
@@ -41,7 +41,7 @@
 struct rand_pool_info {
        int     entropy_count;
        int     buf_size;
-       __u32   buf[0];
+       __u32   buf[];
 };
 
 /*