Module Name: src Committed By: riastradh Date: Sun Dec 19 12:20:53 UTC 2021
Modified Files: src/sys/external/bsd/common/include/linux: overflow.h Log Message: linux: Allow non-VLA structs in struct_size. Upstream sometimes uses struct foo { int x; short y[1]; }; instead of short y[] with struct_size. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/external/bsd/common/include/linux/overflow.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.