mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Initialize a variable to fix build with GCC.
This commit is contained in:
parent
5c420aae3b
commit
540a97e342
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348207
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user