]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
mips: avoid empty mdproc struct
authorKyle Evans <kevans@FreeBSD.org>
Mon, 19 Aug 2019 18:15:17 +0000 (18:15 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Mon, 19 Aug 2019 18:15:17 +0000 (18:15 +0000)
commit7d7fb3dc010d317b4aebfeaf5248078673f28846
tree3ee508ff80cc6899cc56c5addcd04af2b1907c02
parenta3ce769851ebfdba2e58c17314358b7af5b3e618
mips: avoid empty mdproc struct

Compiling with a more modern toolchain than GCC 4.2 in base warns about the
empty struct. Take a hint and comment from r350902+r350953 by luporl@.
sys/mips/include/proc.h