On Thu, Apr 29, 2021 at 03:24:42PM -0400, Dave Voutila wrote:
> Found this while running ctags(1)... vioqcow2.c has struct qcheader
> already defined at L53 (which stylistically is where it should be).
>
> This diff just removes the duplicate definition inside
> virtio_qcow2_create().
>
> OK?
>
>
>
Found this while running ctags(1)... vioqcow2.c has struct qcheader
already defined at L53 (which stylistically is where it should be).
This diff just removes the duplicate definition inside
virtio_qcow2_create().
OK?
Index: vioqcow2.c
===