]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
mips: avoid empty mdproc struct
authorkevans <kevans@FreeBSD.org>
Mon, 19 Aug 2019 18:15:17 +0000 (18:15 +0000)
committerkevans <kevans@FreeBSD.org>
Mon, 19 Aug 2019 18:15:17 +0000 (18:15 +0000)
commitec28f3b40b1d5f1e7dbb4b52c9b79edb5f80578e
tree3ee508ff80cc6899cc56c5addcd04af2b1907c02
parentdcf8cffeb00ba51deea1f945cf2ab49c7fd8fae7
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