Skip to content
Snippets Groups Projects
Commit 32fc3bee authored by Michael Tüxen's avatar Michael Tüxen
Browse files

No arrays of length 0...

parent aa3dc884
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ struct tun_pi {
struct tun_filter {
__u16 flags; /* TUN_FLT_ flags see above */
__u16 count; /* Number of addresses */
__u8 addr[0][ETH_ALEN];
__u8 addr[][ETH_ALEN];
};
#endif /* __TUN_H__ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment