Module Name: src Committed By: martin Date: Wed Sep 4 08:33:39 UTC 2019
Modified Files: src/sys/dev/mii [netbsd-8]: micphy.c Log Message: The gcc on this branch is not smart enough and the build breaks due to a bogus "may be used uninitialized" warning. Initialize to zero with XXX gcc comment (suggested by msaitoh). To generate a diff of this commit: cvs rdiff -u -r1.4.10.1 -r1.4.10.2 src/sys/dev/mii/micphy.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.