Initialize a variable to fix build with GCC.

This commit is contained in:
Jung-uk Kim 2019-05-23 22:49:03 +00:00
parent 5c420aae3b
commit 540a97e342
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348207

View File

@ -440,7 +440,7 @@ pnpautoload_simplebus(void) {
const char *pnpstring;
const char *compatstr;
char *pnpinfo = NULL;
char *module;
char *module = NULL;
int tag = 0, len, pnplen;
int error;