Module Name: src Committed By: riastradh Date: Wed Mar 29 09:45:05 UTC 2023
Modified Files:
src/sys/dev/pci: virtioreg.h
Log Message:
virtio(4): Use flexible array members, not zero-length arrays.
This enables the compiler to detect sizeof mistakes like
PR kern/57304.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/pci/virtioreg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
