K 10 svn:author V 6 luporl K 8 svn:date V 27 2019-08-12T17:18:20.886142Z K 7 svn:log V 255 [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 END