mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
fd96f1014b
Switch remaining zero sized struct to flexible arrays to be C99 complient. These simple rules should apply: - The incomplete array type must be the last element within the structure. - There cannot be an array of structures that contain a flexible array member. - Structures that contain a flexible array member cannot be used as a member of another structure. - The structure must contain at least one named member in addition to the flexible array member. Although some of the code pieces should be still improved. |
||
---|---|---|
.. | ||
dm-ioctl.h | ||
dm-log-userspace.h | ||
dm-logging.h | ||
dmlib.h | ||
kdev_t.h |