HomeFreeBSD

[ppc] avoid empty mdproc struct

Description

[ppc] avoid empty mdproc struct

Avoid empty structs, that have undefined behavior in C99 and
make compilers complain about it
(empty struct has size 0 in C, size 1 in C++).

Reviewed by: jhibbits
Differential Revision: https://reviews.freebsd.org/D21231

Details

Provenance
luporlAuthored on
Reviewer
jhibbits
Differential Revision
D21231: [ppc] avoid empty mdproc struct
Parents
rS350901: MFC r350498: telnet: use asprintf for r350140 [MFC of r349890] change
Branches
Unknown
Tags
Unknown