Define g_argv as static

This commit is contained in:
thorkill 2015-06-30 19:44:35 +02:00
parent de9f04c30e
commit 8fb52e05f3

View file

@ -79,7 +79,7 @@ static bool do_chroot = false;
static const char *switchuser = NULL;
#endif
char **g_argv; /* a copy of the cmdline arguments */
static char **g_argv; /* a copy of the cmdline arguments */
static int status = 1;