Define g_argv as static
This commit is contained in:
parent
de9f04c30e
commit
8fb52e05f3
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ static bool do_chroot = false;
|
||||||
static const char *switchuser = NULL;
|
static const char *switchuser = NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
char **g_argv; /* a copy of the cmdline arguments */
|
static char **g_argv; /* a copy of the cmdline arguments */
|
||||||
|
|
||||||
static int status = 1;
|
static int status = 1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue