Re: vmd(8): remove duplicate struct definition

2021-04-29 Thread Mike Larkin
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? > > >

vmd(8): remove duplicate struct definition

2021-04-29 Thread Dave Voutila
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 ===